Skip to content

Commit 2c4597d

Browse files
committed
WIP
1 parent c5b22a8 commit 2c4597d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
timeout-minutes: 5
88

99
strategy:
10+
fail-fast: true
1011
matrix:
11-
php: [ 8.0, 8.1, 8.2, 8.3, 8.4 ]
12+
php: [ 8.0, 8.1, 8.2, 8.3 ]
1213
laravel: [ 7.*, 8.*, 9.*, 10.*, 11.*, 12.* ]
1314
include:
1415
- php: 8.0
@@ -110,6 +111,10 @@ jobs:
110111
laravel: 12.*
111112
- php: 8.2
112113
laravel: 7.*
114+
- php: 8.3
115+
laravel: 7.*
116+
- php: 8.4
117+
laravel: 7.*
113118

114119
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
115120

0 commit comments

Comments
 (0)