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 18
18
- name : Install PHP
19
19
uses : shivammathur/setup-php@v2
20
20
with :
21
- php-version : 7.4
21
+ php-version : 8.0
22
22
coverage : none
23
23
extensions : json
24
24
tools : cs2pr
41
41
- name : Install PHP
42
42
uses : shivammathur/setup-php@v2
43
43
with :
44
- php-version : 7.4
44
+ php-version : 8.0
45
45
coverage : none
46
46
extensions : json
47
47
tools : cs2pr
58
58
runs-on : ubuntu-20.04
59
59
strategy :
60
60
matrix :
61
- php : ["7.4", " 8.0", "8.1"]
61
+ php : ["8.0", "8.1"]
62
62
dependencies : ["", --prefer-lowest]
63
63
name : PHP ${{ matrix.php }} Test ${{ matrix.dependencies }}
64
64
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"require" : {
17
- "php" : " ^7.4 || ^ 8.0" ,
17
+ "php" : " ^8.0" ,
18
18
"doctrine/coding-standard" : " ^9.0"
19
19
},
20
20
"require-dev" : {
You can’t perform that action at this time.
0 commit comments