Skip to content

Commit 25d0736

Browse files
committed
Test on newer PHP versions
1 parent 0a867d3 commit 25d0736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
php: ['7.2', '7.3', '7.4']
31+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
3232
coverage: [true]
3333
composer-flags: ['']
3434
include:
35-
- php: '8.0'
35+
- php: '8.2'
3636
coverage: false
3737
composer-flags: '--ignore-platform-req=php'
3838
- php: '7.2'
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: "Use PHPUnit 9.3+ on PHP 8"
5555
run: composer require --no-update --dev phpunit/phpunit:^9.3
56-
if: "matrix.php == '8.0'"
56+
if: "matrix.php >= '8.0'"
5757

5858
- run: composer update --no-progress ${{ matrix.composer-flags }}
5959

0 commit comments

Comments
 (0)