Skip to content

Commit abbf77b

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: PHP 8.1 is no longer allowed to fail
PHP 8.1 was released the other week, so builds against PHP 8.1 should no longer be allowed to fail.
1 parent faac49b commit abbf77b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
21+
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
2222
experimental: [false]
2323

2424
include:
25-
- php: '8.1'
25+
- php: '8.2'
2626
experimental: true
2727

2828
name: "Test on PHP ${{ matrix.php }}"

0 commit comments

Comments
 (0)