File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 20
20
- uses : " shivammathur/setup-php@v2"
21
21
with :
22
22
coverage : none
23
- php-version : 8.1
23
+ php-version : 8.3
24
24
extensions : curl
25
25
tools : composer:v2, cs2pr
26
26
38
38
39
39
- uses : shivammathur/setup-php@v2
40
40
with :
41
- php-version : 8.1
41
+ php-version : 8.3
42
42
extensions : curl
43
43
coverage : none
44
44
tools : composer:v2
59
59
strategy :
60
60
matrix :
61
61
php-version :
62
- - " 8.0"
63
62
- " 8.1"
63
+ - " 8.2"
64
+ - " 8.3"
64
65
65
66
steps :
66
67
- uses : " actions/checkout@v2"
85
86
strategy :
86
87
matrix :
87
88
php-version :
88
- - " 8.0"
89
89
- " 8.1"
90
+ - " 8.2"
91
+ - " 8.3"
90
92
91
93
steps :
92
94
- uses : " actions/checkout@v2"
@@ -110,8 +112,9 @@ jobs:
110
112
strategy :
111
113
matrix :
112
114
php-version :
113
- - " 8.0"
114
115
- " 8.1"
116
+ - " 8.2"
117
+ - " 8.3"
115
118
116
119
steps :
117
120
- uses : " actions/checkout@v2"
Original file line number Diff line number Diff line change 31
31
}
32
32
},
33
33
"require" : {
34
- "php" : " ^8.0 " ,
34
+ "php" : " ^8.1 " ,
35
35
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.0" ,
36
36
"slevomat/coding-standard" : " ^8.6.4" ,
37
37
"squizlabs/php_codesniffer" : " ^3.7"
You can’t perform that action at this time.
0 commit comments