Skip to content

Commit 6f41f22

Browse files
Test against php 8.3
1 parent 5fdcc4d commit 6f41f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
php: [8.2, 8.1, 8.0]
22+
php: [8.3, 8.2, 8.1, 8.0]
2323
laravel: [10.*, 9.*]
2424
dependency-version: [prefer-lowest, prefer-stable]
2525
exclude:

0 commit comments

Comments
 (0)