Skip to content

Commit 46a63ad

Browse files
committed
Test package with Laravel 9
1 parent 33fbcf9 commit 46a63ad

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: [8.1, 8.0, 7.4, 7.3, 7.2]
15-
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
15+
laravel: [9.*, 8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
1616
os: [ubuntu-latest]
1717
include:
18+
- laravel: 9.*
19+
testbench: 7.*
1820
- laravel: 8.*
1921
testbench: 6.*
2022
- laravel: 7.*
@@ -28,6 +30,12 @@ jobs:
2830
- laravel: 5.6.*
2931
testbench: 3.6.*
3032
exclude:
33+
- laravel: 9.*
34+
php: 7.2
35+
- laravel: 9.*
36+
php: 7.3
37+
- laravel: 9.*
38+
php: 7.4
3139
- laravel: 8.*
3240
php: 7.2
3341
- laravel: 5.8.*

0 commit comments

Comments
 (0)