Skip to content

Commit dc0c5f0

Browse files
committed
#68 Update PHP to 7.4 for running tests.
1 parent 45a8962 commit dc0c5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
# Install all dependencies and run check tasks.
44
build_and_test:
55
docker:
6-
- image: circleci/php:7.3.9-cli-node
6+
- image: circleci/php:7.4-cli-node
77
steps:
88
# Check out source code.
99
- checkout

0 commit comments

Comments
 (0)