File tree 4 files changed +1410
-1567
lines changed
4 files changed +1410
-1567
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ jobs:
16
16
fail-fast : false
17
17
matrix :
18
18
php :
19
- - ' 8.1'
20
19
- ' 8.2'
20
+ - ' 8.3'
21
21
- ' nightly'
22
22
23
23
laravel :
24
- - ' 9.0'
25
24
- ' 10.0'
25
+ - ' 11.0'
26
26
27
27
include :
28
- - php : ' 8.2 '
29
- laravel : ' 10 .0'
28
+ - php : ' 8.3 '
29
+ laravel : ' 11 .0'
30
30
stable : true
31
31
- php : ' nightly'
32
32
experimental : true
33
33
34
- - laravel : ' 9.0'
35
- testbench : ' 7.0'
36
34
- laravel : ' 10.0'
37
35
testbench : ' 8.0'
36
+ - laravel : ' 11.0'
37
+ testbench : ' 9.0'
38
38
39
39
steps :
40
40
- name : Checkout
48
48
coverage : pcov
49
49
50
50
- name : Remove platform from Composer file
51
+ if : ${{ matrix.php }} == 'nightly'
51
52
run : composer config --unset platform
52
53
54
+ - name : Set platform
55
+ if : ${{ matrix.php }} != 'nightly'
56
+ run : composer config platform.php ${{ matrix.php }}
57
+
53
58
- name : Configure to use Laravel ${{ matrix.laravel }} with Testbench ${{ matrix.testbench }}
54
59
run : |
55
60
composer require --no-update laravel/laravel:^${{ matrix.laravel }}
61
66
- name : Install Composer dependencies
62
67
uses : ramsey/composer-install@v2
63
68
with :
64
- composer-options : " --ignore-platform-req=php"
65
69
dependency-versions : highest # We're installing additional packages, and cannot use the lockfile
66
70
67
71
- name : Run unit tests with coverage and printer
Original file line number Diff line number Diff line change 10
10
" wysiwyg"
11
11
],
12
12
"require" : {
13
- "php" : " ^8.1 " ,
13
+ "php" : " ^8.2 " ,
14
14
"ext-exif" : " *" ,
15
15
"ext-json" : " *" ,
16
16
"codex-team/editor.js" : " *" ,
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" ,
17
+ "guzzlehttp/guzzle" : " ^7.0" ,
18
+ "illuminate/support" : " ^10 .0 || ^11 .0" ,
19
+ "illuminate/events" : " ^10 .0 || ^11 .0" ,
20
20
"laravel/nova" : " ^4.0" ,
21
- "spatie/image" : " ^1.7 || ^2 .0"
21
+ "spatie/image" : " ^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" : " ^8 .0 || ^9 .0" ,
26
26
"php-parallel-lint/php-parallel-lint" : " ^1.3"
27
27
},
28
28
"autoload" : {
60
60
}
61
61
},
62
62
"config" : {
63
- "sort-packages" : true ,
64
- "platform" : {
65
- "php" : " 8.1.25"
66
- }
63
+ "sort-packages" : true
67
64
},
68
65
"minimum-stability" : " dev" ,
69
66
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments