Skip to content

Commit 7c3c2ac

Browse files
Move fail-fast to correct location
1 parent 392ae6d commit 7c3c2ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
runs-on: ubuntu-latest
1010

11-
# Enable all tests to run to ease finding multiple issues at once
12-
fail-fast: false
13-
1411
strategy:
12+
# Enable all tests to run to ease finding multiple issues at once
13+
fail-fast: false
14+
1515
matrix:
1616
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1717
laravel-version: ['^7.0', '^8.79', '^9.33', '^10.0', '^11.0']

0 commit comments

Comments
 (0)