File tree 4 files changed +1010
-819
lines changed
4 files changed +1010
-819
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,17 @@ jobs:
18
18
php :
19
19
- ' 8.1'
20
20
- ' 8.2'
21
+ - ' 8.3'
21
22
- ' nightly'
22
23
23
24
laravel :
24
25
- ' 9.0'
25
26
- ' 10.0'
27
+ - ' 11.0'
26
28
27
29
include :
28
- - php : ' 8.2 '
29
- laravel : ' 10 .0'
30
+ - php : ' 8.3 '
31
+ laravel : ' 11 .0'
30
32
stable : true
31
33
- php : ' nightly'
32
34
experimental : true
35
37
testbench : ' 7.0'
36
38
- laravel : ' 10.0'
37
39
testbench : ' 8.0'
40
+ - laravel : ' 11.0'
41
+ testbench : ' 9.0'
38
42
39
43
steps :
40
44
- name : Checkout
48
52
coverage : pcov
49
53
50
54
- name : Remove platform from Composer file
55
+ if : ${{ matrix.php }} == 'nightly'
51
56
run : composer config --unset platform
52
57
58
+ - name : Set platform
59
+ if : ${{ matrix.php }} != 'nightly'
60
+ run : composer config platform.php ${{ matrix.php }}
61
+
53
62
- name : Configure to use Laravel ${{ matrix.laravel }} with Testbench ${{ matrix.testbench }}
54
63
run : |
55
64
composer require --no-update laravel/laravel:^${{ matrix.laravel }}
Original file line number Diff line number Diff line change 15
15
"ext-json" : " *" ,
16
16
"codex-team/editor.js" : " *" ,
17
17
"guzzlehttp/guzzle" : " ^6.0 || ^7.0" ,
18
- "illuminate/support" : " ^8.0 || ^9.0 || ^10.0" ,
19
- "illuminate/events" : " ^8.0 || ^9.0 || ^10.0" ,
18
+ "illuminate/support" : " ^8.0 || ^9.0 || ^10.0 || ^11.0 " ,
19
+ "illuminate/events" : " ^8.0 || ^9.0 || ^10.0 || ^11.0 " ,
20
20
"laravel/nova" : " ^4.0" ,
21
- "spatie/image" : " ^1.7 || ^2.0"
21
+ "spatie/image" : " ^1.7 || ^2.0 || ^3.0 "
22
22
},
23
23
"require-dev" : {
24
24
"friendsofphp/php-cs-fixer" : " ^3.9" ,
25
- "orchestra/testbench" : " ^6.0 || ^7.0 || ^8.0" ,
25
+ "orchestra/testbench" : " ^6.0 || ^7.0 || ^8.0 || ^9.0 " ,
26
26
"php-parallel-lint/php-parallel-lint" : " ^1.3"
27
27
},
28
28
"autoload" : {
You can’t perform that action at this time.
0 commit comments