Skip to content

Commit 3071400

Browse files
committed
Laravel 11.x Support
1 parent 2d01ee2 commit 3071400

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/setup_test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,21 @@ jobs:
1010
matrix:
1111
os: [ ubuntu-latest ]
1212
php: [ '8.1', '8.2', '8.3' ]
13-
laravel: [ 10.*, 9.* ]
13+
laravel: [ 11.*, 10.*, 9.* ]
1414
include:
15+
- laravel: 11.*
16+
testbench: 9.*
1517
- laravel: 10.*
1618
testbench: 8.*
1719
- laravel: 9.*
1820
testbench: 8.*
21+
exclude:
22+
- laravel: 11.*
23+
php: 8.1
24+
- laravel: 11.*
25+
php: 8.0
26+
- laravel: 10.*
27+
php: 8.0
1928
steps:
2029
- name: Setup PHP
2130
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)