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 14
14
strategy :
15
15
matrix :
16
16
php-version :
17
- - " 8.0"
18
17
- " 8.1"
19
18
- " 8.2"
20
19
- " 8.3"
47
46
drupal :
48
47
- " ^10"
49
48
include :
50
- - php-version : " 8.0 "
49
+ - php-version : " 8.1 "
51
50
drupal : " ^9.0"
52
51
experimental : false
53
52
- php-version : " 8.3"
89
88
drupal :
90
89
- " ^10"
91
90
include :
92
- - php-version : " 8.0 "
91
+ - php-version : " 8.1 "
93
92
drupal : " ^9.0"
94
93
experimental : false
95
94
- php-version : " 8.3"
@@ -165,7 +164,7 @@ jobs:
165
164
drupal :
166
165
- " ^10"
167
166
include :
168
- - php-version : " 8.0 "
167
+ - php-version : " 8.1 "
169
168
drupal : " ^9.0"
170
169
experimental : false
171
170
- php-version : " 8.3"
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^8.0 " ,
13
+ "php" : " ^8.1 " ,
14
14
"phpstan/phpstan" : " ^1.10.56" ,
15
15
"phpstan/phpstan-deprecation-rules" : " ^1.1.4" ,
16
16
"symfony/finder" : " ^4.2 || ^5.0 || ^6.0 || ^7.0" ,
You can’t perform that action at this time.
0 commit comments