Skip to content

Commit df8857d

Browse files
committed
Update and fix pkg test with 8.1 and 8.2 PHP support
1 parent 5ed1dd0 commit df8857d

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

@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
composer-options: "--prefer-source"
2929

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

0 commit comments

Comments
 (0)