File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- php-version : ['8.1', '8.2 ']
14
+ php-version : ['8.1', '8.4 ']
15
15
prefer-lowest : ['']
16
16
include :
17
17
- php-version : ' 8.1'
18
18
prefer-lowest : ' prefer-lowest'
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
23
23
- name : Setup PHP
24
24
uses : shivammathur/setup-php@v2
32
32
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
33
33
34
34
- name : Cache dependencies
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ${{ steps.composercache.outputs.dir }}
38
38
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
58
58
runs-on : ubuntu-22.04
59
59
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
63
63
- name : Setup PHP
64
64
uses : shivammathur/setup-php@v2
72
72
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
73
73
74
74
- name : Cache dependencies
75
- uses : actions/cache@v3
75
+ uses : actions/cache@v4
76
76
with :
77
77
path : ${{ steps.composercache.outputs.dir }}
78
78
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments