Skip to content

Commit

Permalink
Merge pull request #429 from tedious/php_versions_update
Browse files Browse the repository at this point in the history
Update tested versions of php
  • Loading branch information
tedivm authored Dec 18, 2024
2 parents 9a476f6 + 47e97cc commit d913dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["8.0", "8.1", "latest"]
php_version: ["8.1", "8.2", "8.3", "8.4", "latest"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d913dea

Please sign in to comment.