Skip to content

Commit

Permalink
Merge pull request #22 from ralflang/master
Browse files Browse the repository at this point in the history
Add more recent PHP versions to test matrix
  • Loading branch information
Crell authored Nov 4, 2023
2 parents 2966d0f + a61d64b commit 2a277c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0' ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
composer-flags: [ '' ]
phpunit-flags: [ '--coverage-text' ]
steps:
Expand Down

0 comments on commit 2a277c3

Please sign in to comment.