Skip to content

Commit 7880c1e

Browse files
authored
php-qa.yml // add php 8.1 and php 8.2 to testing matrix.
Signed-off-by: Christian Leucht <3417446+Chrico@users.noreply.github.com>
1 parent 6d7f5ab commit 7880c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: true
4040
matrix:
41-
php-ver: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
41+
php-ver: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
4242
deps-mode: [ 'lowest', 'highest' ]
4343
include:
4444
- php-ver: '8.1'

0 commit comments

Comments
 (0)