chore(workflows): update php versions in composer-install

This commit is contained in:
Ismo Vuorinen
2024-09-10 16:13:44 +03:00
parent 48a5219b0d
commit e0c156ee93

View File

@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
operating-system: ["ubuntu-latest"]
php: ["8.0", "8.1", "8.2"]
php: ["8.1", "8.2", "8.3", "8.4"]
steps:
- uses: actions/checkout@v4