File tree 2 files changed +14
-18
lines changed
2 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 8
8
- " phpunit.xml.dist"
9
9
- " composer.json"
10
10
- " composer.lock"
11
-
12
- concurrency :
13
- group : ${{ github.workflow }}-${{ github.ref }}
14
- cancel-in-progress : true
11
+ pull_request :
12
+ paths :
13
+ - " **.php"
14
+ - " .github/workflows/run-tests.yml"
15
+ - " phpunit.xml.dist"
16
+ - " composer.json"
17
+ - " composer.lock"
15
18
16
19
jobs :
17
20
test :
22
25
matrix :
23
26
os : [ubuntu-latest, windows-latest]
24
27
php : [8.4, 8.3]
25
- laravel : [12.*, 11.*, 10.*]
26
- stability : [prefer-lowest, prefer-stable]
27
- include :
28
- - laravel : 12.*
29
- testbench : 10.*
30
- - laravel : 11.*
31
- testbench : 9.*
32
- - laravel : 10.*
33
- testbench : 8.*
28
+ laravel : [11.*, 12.*]
29
+ stability : [prefer-stable]
34
30
35
31
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
36
32
52
48
53
49
- name : Install dependencies
54
50
run : |
55
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
51
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
56
52
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
57
53
58
54
- name : List Installed Dependencies
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.3" ,
20
20
"spatie/laravel-package-tools" : " ^1.16" ,
21
- "illuminate/contracts" : " ^10.0||^ 11.0||^12.0"
21
+ "illuminate/contracts" : " ^11.0||^12.0"
22
22
},
23
23
"require-dev" : {
24
24
"laravel/pint" : " ^1.14" ,
25
- "nunomaduro/collision" : " ^8.1.1||^7.10.0 " ,
26
- "larastan/larastan" : " ^2.9||^ 3.0" ,
27
- "orchestra/testbench" : " ^10.0.0||^ 9.0.0||^8.22 .0" ,
25
+ "nunomaduro/collision" : " ^8.1.1" ,
26
+ "larastan/larastan" : " ^3.0" ,
27
+ "orchestra/testbench" : " ^9.0.0||^10.0 .0" ,
28
28
"pestphp/pest" : " ^3.0" ,
29
29
"pestphp/pest-plugin-arch" : " ^3.0" ,
30
30
"pestphp/pest-plugin-laravel" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments