File tree Expand file tree Collapse file tree 2 files changed +11
-40
lines changed Expand file tree Collapse file tree 2 files changed +11
-40
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- php : ['8.0', '8.1']
13
- stability : [ prefer-lowest, prefer-stable ]
12
+ include :
13
+ - php : ' 8.0'
14
+ stability : ' prefer-lowest'
15
+ - php : ' 8.0'
16
+ stability : ' prefer-stable'
17
+ - php : ' 8.1'
18
+ stability : ' prefer-stable'
19
+ - php : ' 8.2'
20
+ stability : ' prefer-stable'
14
21
15
22
name : PHP ${{ matrix.php }} - ${{ matrix.stability }} tests
16
23
steps :
17
24
# basically git clone
18
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
19
26
20
27
- name : Cache dependencies
21
- uses : actions/cache@v1
28
+ uses : actions/cache@v3
22
29
with :
23
30
path : ~/.composer/cache/files
24
31
key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments