File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,16 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.2, 8.3, 8.4]
13
- laravel : [10.*, 11.*]
13
+ laravel : [10.*, 11.*, 12.* ]
14
14
coverage : [none]
15
15
dependency-version : [prefer-stable]
16
16
include :
17
17
- laravel : 10.*
18
18
testbench : 8.*
19
19
- laravel : 11.*
20
20
testbench : 9.*
21
+ - laravel : 12.*
22
+ testbench : 10.*
21
23
22
24
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
23
25
Original file line number Diff line number Diff line change 31
31
"symfony/process" : " ^6.2|^7.0"
32
32
},
33
33
"require-dev" : {
34
- "phpunit/phpunit" : " ^10.0" ,
35
- "orchestra/testbench" : " ^v8.19.0|^9.0" ,
34
+ "phpunit/phpunit" : " ^10.0|^11.5.3 " ,
35
+ "orchestra/testbench" : " ^v8.19.0|^9.0|^10.0 " ,
36
36
"league/flysystem-aws-s3-v3" : " ^3.0" ,
37
- "pestphp/pest" : " ^2.0"
37
+ "pestphp/pest" : " ^2.0|^3.7 "
38
38
},
39
39
"autoload" : {
40
40
"psr-4" : {
Original file line number Diff line number Diff line change 12
12
* [ Standalone PHP] ( basic-usage/standalone-php.md )
13
13
* [ Laravel] ( basic-usage/laravel.md )
14
14
15
- ## ⚙ Advanced Usage
15
+ ## ⚙️ Advanced Usage
16
16
17
17
* [ Ghostscript Binary Configuration] ( advanced-usage/ghostscript-binary-configuration.md )
18
18
* [ Timeout] ( advanced-usage/timeout.md )
You can’t perform that action at this time.
0 commit comments