Skip to content

Commit 1c88657

Browse files
author
Greg Bowler
committed
Upgrade CI PHP versions
1 parent fd051d8 commit 1c88657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/php:7.2-cli
6+
- image: circleci/php:7.4-cli
77

88
working_directory: ~/repo
99

@@ -29,7 +29,7 @@ jobs:
2929

3030
test:
3131
docker:
32-
- image: circleci/php:7.2-cli
32+
- image: circleci/php:7.4-cli
3333

3434
working_directory: ~/repo
3535

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
environment:
33
php:
4-
version: 7.1.0
4+
version: 7.4
55
tests:
66
override:
77
-

0 commit comments

Comments
 (0)