Skip to content

Commit 22dd1f7

Browse files
authored
Merge pull request #49 from dflydev/colinodell-patch-1
Test on newer PHP versions
2 parents 6488cfc + b48c86d commit 22dd1f7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,14 @@ 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', '8.2', '8.3']
3232
coverage: [pcov]
3333
composer-flags: ['']
3434
include:
3535
- php: '7.1'
3636
coverage: xdebug
3737
composer-flags: ''
38-
- php: '8.0'
39-
coverage: false
40-
composer-flags: '--ignore-platform-req=php'
41-
- php: '8.1'
38+
- php: '8.4'
4239
coverage: false
4340
composer-flags: '--ignore-platform-req=php'
4441

@@ -56,7 +53,7 @@ jobs:
5653

5754
- name: "Use PHPUnit 9.3+ on PHP 8.0 & PHP 8.1"
5855
run: composer require --no-update --dev phpunit/phpunit:^9.3
59-
if: "matrix.php == '8.0' || matrix.php == '8.1'"
56+
if: "matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3' || matrix.php == '8.4'"
6057

6158
- run: composer update --no-progress ${{ matrix.composer-flags }}
6259

0 commit comments

Comments
 (0)