Skip to content

Commit 50d207d

Browse files
committed
tests
1 parent 5565906 commit 50d207d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.2, 7.3, 7.4, 8.0, 8.1]
17-
laravel: [^6.0, ^7.0, ^8.0]
16+
php: [7.2, 7.3, 7.4, '8.0', 8.1]
17+
laravel: [^6.0, ^7.0, ^8.0, ^9.0]
1818
exclude:
1919
- php: 7.2
2020
laravel: ^8.0
21+
- php: 7.2
22+
laravel: ^9.0
23+
- php: 7.3
24+
laravel: ^9.0
25+
- php: 7.4
26+
laravel: ^9.0
2127
- php: 8.1
2228
laravel: ^6.0
2329
- php: 8.1

0 commit comments

Comments
 (0)