File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : true
11
11
matrix :
12
12
os : [ubuntu-22.04, windows-latest]
13
- php : [8.3, 8.2]
13
+ php : [8.4, 8. 3, 8.2]
14
14
laravel : [11.0, 10.2]
15
+ exclude :
16
+ - php : 8.4
17
+ laravel : 10.0
15
18
16
19
name : Test Stubs ${{ matrix.os }} - P${{ matrix.php }} - L${{ matrix.laravel }}
17
20
Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.3, 8.2]
11
+ php : [8.4, 8. 3, 8.2]
12
12
laravel : [11.0, 10.0]
13
13
db : [mysql, postgres, sqlite]
14
14
ssr : [true, false]
21
21
exclude :
22
22
- dependency-version : prefer-lowest
23
23
ssr : true
24
+ - php : 8.3
25
+ ssr : true
24
26
- php : 8.2
25
27
ssr : true
26
28
- laravel : 10.0
29
31
ssr : true
30
32
- db : postgres
31
33
ssr : true
34
+ - php : 8.4
35
+ laravel : 10.0
32
36
33
37
name : Test P${{ matrix.php }} - L${{ matrix.laravel }} - DB ${{ matrix.db }} - SSR ${{ matrix.ssr }} - ${{ matrix.dependency-version }}
34
38
Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.3, 8.2]
11
+ php : [8.4, 8. 3, 8.2]
12
12
laravel : [11.0, 10.0]
13
13
ssr : [true, false]
14
14
dependency-version : [prefer-lowest, prefer-stable]
20
20
exclude :
21
21
- ssr : true
22
22
dependency-version : prefer-lowest
23
+ - ssr : true
24
+ php : 8.3
23
25
- ssr : true
24
26
php : 8.2
27
+ - php : 8.4
28
+ laravel : 10.0
25
29
26
30
name : Test P${{ matrix.php }} - L${{ matrix.laravel }} - SSR ${{ matrix.ssr }} - ${{ matrix.dependency-version }}
27
31
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.2|^8.3" ,
19
+ "php" : " ^8.2|^8.3|^8.4 " ,
20
20
"illuminate/contracts" : " ^10.48.2|^11.0.1"
21
21
},
22
22
"require-dev" : {
You can’t perform that action at this time.
0 commit comments