File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
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.2, 8.3]
16
+ php : [8.2, 8.3, 8.4 ]
17
17
18
18
steps :
19
19
- name : Checkout code
You can’t perform that action at this time.
0 commit comments