Skip to content

Commit ddac586

Browse files
committed
Fix
1 parent 6ba1867 commit ddac586

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/tests.yml

+5-13
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.3, 7.4, "8.0", 8.1, 8.2]
17-
laravel: [8, 9, 10]
18-
exclude:
19-
- php: 7.3
16+
php: ['8.0', 8.1, 8.2]
17+
laravel: [9, 10]
18+
exclude:
19+
- php: '8.0'
2020
laravel: 9
21-
- php: 7.3
21+
- php: '8.0'
2222
laravel: 10
23-
- php: 7.4
24-
laravel: 9
25-
- php: 7.4
26-
laravel: 10
27-
- php: "8.0"
28-
laravel: 10
29-
- php: 8.2
30-
laravel: 8
3123

3224
name: P${{ matrix.php }} - L${{ matrix.laravel }}
3325

0 commit comments

Comments
 (0)