Skip to content

Commit 61c06b8

Browse files
committed
Add PHP 8.2 to tests
1 parent c48df6d commit 61c06b8

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)