Skip to content

Commit f76454d

Browse files
authored
Merge pull request #149 from tedious/php_versions
Update PHP versions in CI workflow
2 parents 29ee510 + b40b918 commit f76454d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php_version: ["7.4", "8.0", "8.1", "8.2", "latest"]
12+
php_version: ["8.1", "8.2", "8.3", "8.4", "8.5", "latest"]
1313

1414
runs-on: ubuntu-latest
1515

0 commit comments

Comments
 (0)