Skip to content

Commit

Permalink
Merge pull request #20 from fruitcake/test/php8.3
Browse files Browse the repository at this point in the history
Test PHP8.3
  • Loading branch information
barryvdh authored Oct 16, 2023
2 parents 3d158f3 + 3e978be commit c70ea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.1, 8.2, 8.3]
symfony: [^4.4, ^5.4, ^6]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
Expand Down

0 comments on commit c70ea7b

Please sign in to comment.