File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout code
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
with :
13
13
ref : ${{ github.head_ref }}
14
14
15
15
- name : Run PHP CS Fixer
16
- uses : docker://oskarstark/php-cs-fixer-ga
16
+ uses : docker://oskarstark/php-cs-fixer-ga:3.15.1
17
17
with :
18
18
args : --config=.php_cs.dist.php --allow-risky=yes
19
19
Original file line number Diff line number Diff line change 11
11
name : psalm
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
21
21
coverage : none
22
22
23
23
- name : Cache composer dependencies
24
- uses : actions/cache@v2
24
+ uses : actions/cache@v3
25
25
with :
26
26
path : vendor
27
27
key : composer-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.0 , 8.1 ]
17
- laravel : ['^9.0']
16
+ php : [8.1 , 8.2 ]
17
+ laravel : ['^9.0', '^10.0' ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
20
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
21
21
22
22
steps :
23
23
- name : Checkout code
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Download Franc binary
27
27
run : |
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "illuminate/contracts" : " ^8.37|^9 .0" ,
21
- "illuminate/support" : " ^8.37|^9 .0" ,
22
- "illuminate/http" : " ^8.37|^9 .0" ,
23
- "symfony/process" : " ^5.1.4|^ 6.0"
20
+ "illuminate/contracts" : " ^9.0|^10 .0" ,
21
+ "illuminate/support" : " ^9.0|^10 .0" ,
22
+ "illuminate/http" : " ^9.0|^10 .0" ,
23
+ "symfony/process" : " ^6.0"
24
24
},
25
25
"require-dev" : {
26
26
"brianium/paratest" : " ^6.2" ,
27
- "nunomaduro/collision" : " ^5.3|^6.1 " ,
28
- "orchestra/testbench" : " ^6.6|^7 .0" ,
29
- "phpunit/phpunit" : " ^9.5.10" ,
27
+ "nunomaduro/collision" : " ^6.1|^7.0 " ,
28
+ "orchestra/testbench" : " ^7.0|^8 .0" ,
29
+ "phpunit/phpunit" : " ^9.5.10|^10.0 " ,
30
30
"vimeo/psalm" : " ^4.8" ,
31
31
"guzzlehttp/guzzle" : " ^7.0.1"
32
32
},
You can’t perform that action at this time.
0 commit comments