File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
17
17
- name : Setup PHP
18
18
uses : shivammathur/setup-php@v2
19
19
with :
20
- php-version : 8.3
20
+ php-version : 8.4
21
21
22
22
- name : Cache Composer packages
23
23
id : composer-cache
24
24
uses : actions/cache@v4
25
25
with :
26
26
path : vendor
27
- key : ${{ runner.os }}-php-8.3 -${{ hashFiles('**/composer.json') }}
27
+ key : ${{ runner.os }}-php-8.4 -${{ hashFiles('**/composer.json') }}
28
28
restore-keys : |
29
- ${{ runner.os }}-php-8.3 -
29
+ ${{ runner.os }}-php-8.4 -
30
30
31
31
- name : Install dependencies
32
32
if : steps.composer-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
15
15
- name : Setup PHP
16
16
uses : shivammathur/setup-php@v2
17
17
with :
18
- php-version : 8.3
18
+ php-version : 8.4
19
19
20
20
- name : Cache Composer packages
21
21
id : composer-cache
22
22
uses : actions/cache@v4
23
23
with :
24
24
path : vendor
25
- key : ${{ runner.os }}-php-8.3 -${{ hashFiles('**/composer.json') }}
25
+ key : ${{ runner.os }}-php-8.4 -${{ hashFiles('**/composer.json') }}
26
26
restore-keys : |
27
- ${{ runner.os }}-php-8.3 -
27
+ ${{ runner.os }}-php-8.4 -
28
28
29
29
- name : Install dependencies
30
30
if : steps.composer-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : true
15
15
matrix :
16
- php : [8.1 , 8.2 , 8.3 ]
16
+ php : [8.2 , 8.3 , 8.4 ]
17
17
18
18
steps :
19
19
- name : Checkout code
Original file line number Diff line number Diff line change 22
22
"minimum-stability" : " dev" ,
23
23
"prefer-stable" : true ,
24
24
"require" : {
25
- "php" : " ^8.0 " ,
25
+ "php" : " ^8.2 " ,
26
26
"guzzlehttp/guzzle" : " ^7.4" ,
27
27
"league/omnipay" : " ^3.2" ,
28
28
"omnipay/common" : " ^3.2" ,
You can’t perform that action at this time.
0 commit comments