File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.1, 8.0]
11
+ php : [8.2, 8. 1, 8.0]
12
12
dependency-version : [prefer-stable]
13
13
os : [ubuntu-latest, windows-latest]
14
14
15
15
name : ${{ matrix.os }} - PHP${{ matrix.php }} - ${{ matrix.dependency-version }}
16
16
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Cache dependencies
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v3
23
23
with :
24
24
path : ~/.composer/cache/files
25
25
key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=8.0 <8.2 " ,
15
+ "php" : " >=8.0 <8.3 " ,
16
16
"nikic/php-parser" : " ^4.13"
17
17
},
18
18
"config" : {
You can’t perform that action at this time.
0 commit comments