Skip to content

Commit 8a4b89d

Browse files
authored
Test on PHP 8.2
1 parent 2b0fabd commit 8a4b89d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,22 @@ jobs:
2626
phpunit:
2727
name: PHPUnit on ${{ matrix.php }} ${{ matrix.composer-flags }}
2828
runs-on: ubuntu-latest
29+
continue-on-error: ${{ !matrix.stable }}
2930
strategy:
3031
matrix:
3132
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
33+
stable: [true]
3234
coverage: [true]
3335
composer-flags: ['']
3436
include:
3537
- php: '7.1'
38+
stable: true
3639
coverage: false
3740
composer-flags: '--prefer-lowest'
41+
- php: '8.2'
42+
stable: false
43+
coverage: false
44+
composer-flags: '--ignore-platform-req=php'
3845

3946
steps:
4047
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)