Skip to content

Commit 91a9675

Browse files
authored
Merge pull request #130 from andrewmy/add-php-8.2
Add PHP 8.2 to tests
2 parents c48df6d + 61c06b8 commit 91a9675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [7.4, 8.0, 8.1]
15+
php: [7.4, 8.0, 8.1, 8.2]
1616

1717
name: PHP ${{ matrix.php }}
1818

0 commit comments

Comments
 (0)