We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd051d8 commit 1c88657Copy full SHA for 1c88657
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2
3
jobs:
4
build:
5
docker:
6
- - image: circleci/php:7.2-cli
+ - image: circleci/php:7.4-cli
7
8
working_directory: ~/repo
9
@@ -29,7 +29,7 @@ jobs:
29
30
test:
31
32
33
34
35
.scrutinizer.yml
@@ -1,7 +1,7 @@
1
2
environment:
php:
- version: 7.1.0
+ version: 7.4
tests:
override:
-
0 commit comments