File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
php-version :
20
- - " 8.1 "
20
+ - " 8.2 "
21
21
22
22
steps :
23
23
- uses : " actions/checkout@v4"
@@ -40,11 +40,11 @@ jobs:
40
40
strategy :
41
41
matrix :
42
42
php-version :
43
- - " 8.2 "
43
+ - " 8.3 "
44
44
code-coverage :
45
45
- " none"
46
46
include :
47
- - php-version : " 8.1 "
47
+ - php-version : " 8.2 "
48
48
code-coverage : " pcov"
49
49
50
50
steps :
78
78
strategy :
79
79
matrix :
80
80
php-version :
81
- - " 8.1 "
81
+ - " 8.2 "
82
82
83
83
steps :
84
84
- uses : " actions/checkout@v4"
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ~8.1 .0 || ~8.2 .0"
14
+ "php" : " ~8.2 .0 || ~8.3 .0"
15
15
},
16
16
"require-dev" : {
17
17
"phpunit/phpunit" : " ^10.4.2" ,
18
- "slam/php-cs-fixer-extensions" : " ^3.9 "
18
+ "slam/php-cs-fixer-extensions" : " ^3.10 "
19
19
},
20
20
"autoload" : {
21
21
"files" : [
You can’t perform that action at this time.
0 commit comments