File tree 2 files changed +3
-13
lines changed
2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 13
13
14
14
strategy :
15
15
matrix :
16
- php-versions : ['8.2', '8.1', '8.0']
16
+ php-versions : ['8.3', '8. 2', '8.1', '8.0']
17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
29
29
- name : Validate composer.json and composer.lock
30
30
run : composer validate
31
31
32
- - name : Cache Composer packages
33
- id : composer-cache
34
- uses : actions/cache@v2
35
- with :
36
- path : vendor
37
- key : ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}
38
- restore-keys : |
39
- ${{ runner.os }}-php-${{ matrix.php-versions }}
40
-
41
32
- name : Install dependencies
42
- if : steps.composer-cache.outputs.cache-hit != 'true'
43
33
run : |
44
34
composer install
45
35
composer dump
Original file line number Diff line number Diff line change 26
26
"guzzlehttp/guzzle" : " ^7.4" ,
27
27
"league/omnipay" : " ^3.2" ,
28
28
"omnipay/common" : " ^3.2" ,
29
- "illuminate/contracts" : " ^9.25"
29
+ "illuminate/contracts" : " ^9.25|^10.0 "
30
30
},
31
31
"require-dev" : {
32
32
"guzzlehttp/psr7" : " ^1" ,
33
33
"omnipay/tests" : " ^4.1" ,
34
34
"phpunit/phpunit" : " ^9.5" ,
35
- "orchestra/testbench" : " ^7.0" ,
35
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
36
36
"friendsofphp/php-cs-fixer" : " ^3.10" ,
37
37
"phpstan/phpstan" : " ^1.8" ,
38
38
"nunomaduro/larastan" : " ^2.1"
You can’t perform that action at this time.
0 commit comments