Skip to content

Commit cea7b4a

Browse files
authored
Add test to PHP 8.3 (#24)
1 parent 8b74042 commit cea7b4a

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.2, 8.1, 8.0]
11+
php: [8.3, 8.2, 8.1, 8.0]
1212

1313
name: P${{ matrix.php }}
1414

0 commit comments

Comments
 (0)