Skip to content

Commit b44cd13

Browse files
committed
Added workflow run for PHP 8.1
1 parent 16e4732 commit b44cd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
php: [ '7.2', '7.3', '7.4', '8.0' ]
25-
continue-on-error: ${{ matrix.php == '8.0' }}
24+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
25+
continue-on-error: ${{ matrix.php == '8.1' }}
2626
name: PHP ${{ matrix.php }} Test
2727

2828
steps:

0 commit comments

Comments
 (0)