Skip to content

Commit ba0b960

Browse files
authored
Merge pull request #6 from reedy/patch-2
tests.yml: Test on PHP 8.2/8.3/8.4
2 parents 6f479b6 + 70cdef8 commit ba0b960

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, 8.3, 8.4]
1616

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

0 commit comments

Comments
 (0)