File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
defaults : &defaults
3
3
docker :
4
- - image : circleci/php:7.3 -cli
4
+ - image : circleci/php:7.4 -cli
5
5
working_directory : ~/repo
6
6
aliases :
7
7
- &composer-cache
Original file line number Diff line number Diff line change @@ -16,15 +16,11 @@ jobs:
16
16
matrix :
17
17
experimental : [false]
18
18
php-version :
19
- - " 7.3"
20
19
- " 7.4"
21
20
drupal :
22
21
- " ^8.9"
23
22
- " ^9.0"
24
23
include :
25
- - php-version : " 7.2"
26
- drupal : " ^8.9"
27
- experimental : false
28
24
- php-version : " 8.0"
29
25
drupal : " ^9.0"
30
26
experimental : true
@@ -67,15 +63,11 @@ jobs:
67
63
matrix :
68
64
experimental : [false]
69
65
php-version :
70
- - " 7.3"
71
66
- " 7.4"
72
67
drupal :
73
68
- " ^8.9"
74
69
- " ^9.0"
75
70
include :
76
- - php-version : " 7.2"
77
- drupal : " ^8.9"
78
- experimental : false
79
71
- php-version : " 8.0"
80
72
drupal : " ^9.0"
81
73
experimental : true
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^7.1 || ^8.0" ,
13
+ "php" : " ^7.4 || ^8.0" ,
14
14
"nette/finder" : " ^2.5" ,
15
15
"phpstan/phpstan" : " ^1.0" ,
16
16
"symfony/yaml" : " ~3.4.5|^4.2" ,
You can’t perform that action at this time.
0 commit comments