Skip to content

Commit 7355bc4

Browse files
committed
Adjust PHP tests with correct PHP and Laravel matrix
1 parent 5a3072d commit 7355bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.2, 8.1, 8.0, 7.4 ]
13-
laravel: [ 10.*, 9.*, 8.*, 7.* ]
12+
php: [ 8.2, 8.1, 8.0 ]
13+
laravel: [ 10.*, 9.*, 8.* ]
1414
include:
1515
- laravel: 10.*
1616
testbench: 8.*

0 commit comments

Comments
 (0)