Skip to content

Commit

Permalink
Merge pull request #19 from pavog/patch-1
Browse files Browse the repository at this point in the history
Add PHP versions 8.2 and 8.3 to test matrix in GitHub actions
  • Loading branch information
matthi4s authored Sep 11, 2024
2 parents c0c3628 + 9bbede5 commit 2eec8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: [ '8.1' ]
php-version: [ '8.1', '8.2', '8.3' ]

name: Run tests on PHP v${{ matrix.php-version }}

Expand Down

0 comments on commit 2eec8ff

Please sign in to comment.