File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : true
11
11
matrix :
12
12
os : [ubuntu-latest]
13
- php : [8.1 ]
13
+ php : [8.2 ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
16
16
name : Formats P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.1, 8. 2, 8.3, 8.4]
13
- pest : [2, 3, 4]
12
+ php : [8.2, 8.3, 8.4]
13
+ pest : [3, 4]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
16
16
name : Tests P${{ matrix.php }} - Pest ${{ matrix.pest }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^8.1 .0" ,
16
+ "php" : " ^8.2 .0" ,
17
17
"php-http/discovery" : " ^1.20.0" ,
18
18
"php-http/multipart-stream-builder" : " ^1.4.2" ,
19
19
"psr/http-client" : " ^1.0.3" ,
26
26
"guzzlehttp/psr7" : " ^2.7.1" ,
27
27
"laravel/pint" : " ^1.22.0" ,
28
28
"mockery/mockery" : " ^1.6.12" ,
29
- "nunomaduro/collision" : " ^7.11.0|^ 8.8.0" ,
30
- "pestphp/pest" : " ^2.36.0|^ 3.8.2|^4.0.0" ,
31
- "pestphp/pest-plugin-arch" : " ^2.7|^ 3.1.1|^4.0.0" ,
32
- "pestphp/pest-plugin-type-coverage" : " ^2.8.7|^ 3.5.1|^4.0.0" ,
29
+ "nunomaduro/collision" : " ^8.8.0" ,
30
+ "pestphp/pest" : " ^3.8.2|^4.0.0" ,
31
+ "pestphp/pest-plugin-arch" : " ^3.1.1|^4.0.0" ,
32
+ "pestphp/pest-plugin-type-coverage" : " ^3.5.1|^4.0.0" ,
33
33
"phpstan/phpstan" : " ^1.12.25" ,
34
- "symfony/var-dumper" : " ^6.4.11|^ 7.2.6"
34
+ "symfony/var-dumper" : " ^7.2.6"
35
35
},
36
36
"autoload" : {
37
37
"psr-4" : {
You can’t perform that action at this time.
0 commit comments