Skip to content

Commit 689d132

Browse files
committed
Update and fix pkg test with 8.1 and 8.2 PHP support
1 parent 3315d9f commit 689d132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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

@@ -24,4 +24,4 @@ jobs:
2424

2525
- uses: "ramsey/composer-install@v1"
2626

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

0 commit comments

Comments
 (0)