Skip to content

Commit

Permalink
php-qa.yml // add php 8.1 and php 8.2 to testing matrix.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Leucht <[email protected]>
  • Loading branch information
Chrico authored Dec 21, 2022
1 parent 6d7f5ab commit 7880c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-ver: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
php-ver: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
deps-mode: [ 'lowest', 'highest' ]
include:
- php-ver: '8.1'
Expand Down

0 comments on commit 7880c1e

Please sign in to comment.