Skip to content

Commit d078aa6

Browse files
committed
add php versions
1 parent 1a821e7 commit d078aa6

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [8.2, 8.1, 8.0]
13+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
1414
laravel: ['9.*', '10.*', '11.*', '12.*']
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
include:

0 commit comments

Comments
 (0)