Skip to content

Commit 8ff3c2b

Browse files
committed
Update and fix pkg test with 8.1 and 8.2 PHP support
1 parent 7d9f320 commit 8ff3c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-dist"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

0 commit comments

Comments
 (0)