File tree 2 files changed +15
-9
lines changed
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,29 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.3, 8.2, 8.1]
17
- laravel : ["^11.0", "^10.0", "^9.0 "]
16
+ php : [8.4, 8. 3, 8.2, 8.1]
17
+ laravel : ["^12.0", "^ 11.0", "^10.0", "^9.38 "]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : " ^12.0"
21
+ testbench : 10.*
20
22
- laravel : " ^11.0"
21
23
testbench : 9.*
22
24
- laravel : " ^10.0"
23
25
testbench : 8.*
24
- - laravel : " ^9.0 "
26
+ - laravel : " ^9.38 "
25
27
testbench : 7.*
26
28
exclude :
27
29
- laravel : " ^11.0"
28
30
php : 8.1
31
+ - laravel : " ^12.0"
32
+ php : 8.1
29
33
30
34
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
35
32
36
steps :
33
37
- name : Checkout code
34
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
35
39
36
40
- name : Setup PHP
37
41
uses : shivammathur/setup-php@v2
45
49
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
46
50
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
47
51
52
+ - name : Remove larastan from dev dependencies
53
+ run : composer remove --dev nunomaduro/larastan
54
+
48
55
- name : Install dependencies
49
56
run : |
50
57
composer require 'illuminate/contracts=${{ matrix.laravel }}.0' --no-update
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
20
"spatie/laravel-package-tools" : " ^1.13.0" ,
21
- "illuminate/contracts" : " ^9.0|^10.0|^11.0"
21
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0|^12.0 "
22
22
},
23
23
"require-dev" : {
24
24
"laravel/pint" : " ^1.0" ,
25
- "nunomaduro/collision" : " ^6.0|^7.0|^8.0" ,
26
25
"nunomaduro/larastan" : " ^2.0.1" ,
27
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
28
- "pestphp/pest" : " ^1.0|^2.0" ,
29
- "pestphp/pest-plugin-laravel" : " ^1.0|^2.0"
26
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
27
+ "pestphp/pest" : " ^1.0|^2.0|^3.0 " ,
28
+ "pestphp/pest-plugin-laravel" : " ^1.0|^2.0|^3.0 "
30
29
},
31
30
"autoload" : {
32
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments