File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
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 : 8.1
21
+ php-version : 8.2
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 : 8.1
44
+ php-version : 8.2
45
45
coverage : none
46
46
extensions : json
47
47
tools : cs2pr
@@ -59,14 +59,13 @@ jobs:
59
59
strategy :
60
60
matrix :
61
61
php-version :
62
- - " 8.1"
63
62
- " 8.2"
64
63
- " 8.3"
65
64
dependencies :
66
65
- " highest"
67
66
include :
68
67
- dependencies : " lowest"
69
- php-version : " 8.1 "
68
+ php-version : " 8.2 "
70
69
name : PHP ${{ matrix.php-version }} Test ${{ matrix.dependencies }}
71
70
72
71
steps :
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"require" : {
17
- "php" : " ^8.1 " ,
17
+ "php" : " ^8.2 " ,
18
18
"doctrine/coding-standard" : " ^12.0" ,
19
19
"slevomat/coding-standard" : " ^8.14" ,
20
20
"squizlabs/php_codesniffer" : " ^3.8"
You can’t perform that action at this time.
0 commit comments