Skip to content

Commit 6e103a2

Browse files
committed
Fix
1 parent ddac586 commit 6e103a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: ['8.0', 8.1, 8.2]
17-
laravel: [9, 10]
18-
exclude:
19-
- php: '8.0'
16+
php: ["8.0", 8.1, 8.2]
17+
laravel: [9, 10]
18+
exclude:
19+
- php: "8.0"
2020
laravel: 9
21-
- php: '8.0'
21+
- php: "8.0"
2222
laravel: 10
2323

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

0 commit comments

Comments
 (0)