Skip to content

Commit af39d30

Browse files
committed
Update and fix pkg test with 8.1 and 8.2 PHP support
1 parent cc98bff commit af39d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)