We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db06e3a + 6edc79a commit b393f39Copy full SHA for b393f39
.circleci/config.yml
@@ -11,22 +11,22 @@ common: &common
11
12
13
jobs:
14
- test71:
+ test74:
15
docker:
16
- - image: circleci/php:7.1
+ - image: cimg/php:7.4
17
<<: *common
18
- test72:
+ test80:
19
20
- - image: circleci/php:7.2
+ - image: cimg/php:8.0
21
22
- test73:
+ test81:
23
24
- - image: circleci/php:7.3
+ - image: cimg/php:8.1
25
26
workflows:
27
version: 2
28
build:
29
30
- - test71
31
- - test72
32
- - test73
+ - test74
+ - test80
+ - test81
0 commit comments