File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
- ' phpunit.xml.dist'
8
8
- ' .github/workflows/run-tests.yml'
9
9
- ' composer.json'
10
+ pull_request :
11
+ branches :
12
+ - main
10
13
11
14
jobs :
12
15
test :
@@ -15,11 +18,16 @@ jobs:
15
18
fail-fast : true
16
19
matrix :
17
20
php : [8.3, 8.2, 8.1]
18
- laravel : [10.*]
21
+ laravel : [11.*, 10.*]
19
22
dependency-version : [prefer-lowest, prefer-stable]
20
23
include :
21
24
- laravel : 10.*
22
25
testbench : 8.*
26
+ - laravel : 11.*
27
+ testbench : 9.*
28
+ exclude :
29
+ - laravel : 11.*
30
+ php : 8.1
23
31
24
32
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
25
33
Original file line number Diff line number Diff line change 27
27
"require-dev" : {
28
28
"laravel/pint" : " ^1.2" ,
29
29
"nunomaduro/larastan" : " ^2.6" ,
30
- "orchestra/testbench" : " ^8.0" ,
30
+ "orchestra/testbench" : " ^8.0|^9.0 " ,
31
31
"pestphp/pest" : " ^2.10" ,
32
32
"pestphp/pest-plugin-laravel" : " ^2.2" ,
33
33
"spatie/laravel-ray" : " ^1.31"
You can’t perform that action at this time.
0 commit comments