Skip to content

Commit b393f39

Browse files
authored
Merge pull request #68 from sherlockode/fix/circle_ci
Update circle ci configuration
2 parents db06e3a + 6edc79a commit b393f39

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ common: &common
1111

1212

1313
jobs:
14-
test71:
14+
test74:
1515
docker:
16-
- image: circleci/php:7.1
16+
- image: cimg/php:7.4
1717
<<: *common
18-
test72:
18+
test80:
1919
docker:
20-
- image: circleci/php:7.2
20+
- image: cimg/php:8.0
2121
<<: *common
22-
test73:
22+
test81:
2323
docker:
24-
- image: circleci/php:7.3
24+
- image: cimg/php:8.1
2525
<<: *common
2626
workflows:
2727
version: 2
2828
build:
2929
jobs:
30-
- test71
31-
- test72
32-
- test73
30+
- test74
31+
- test80
32+
- test81

0 commit comments

Comments
 (0)