Skip to content

Commit

Permalink
GH Actions: PHP 8.1 is no longer allowed to fail
Browse files Browse the repository at this point in the history
PHP 8.1 was released the other week, so builds against PHP 8.1 should no longer be allowed to fail.
  • Loading branch information
jrfnl authored and grogy committed Dec 7, 2021
1 parent faac49b commit abbf77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

strategy:
matrix:
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
experimental: [false]

include:
- php: '8.1'
- php: '8.2'
experimental: true

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

0 comments on commit abbf77b

Please sign in to comment.