Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 1edb060

Browse files
CircleCI: Update configuration
1 parent 9bb9702 commit 1edb060

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

circle.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
docker:
2-
image: circleci/php:7.1
1+
machine:
2+
timezone:
3+
Europe/Paris
4+
php:
5+
version: 7.1.9
36

47
dependencies:
58
pre:
@@ -8,6 +11,8 @@ dependencies:
811
override:
912
- composer require --dev "symfony/symfony:3.4.*" --no-update
1013
- composer install --no-interaction --profile --no-progress
14+
cache_directories:
15+
- ~/.composer/cache
1116

1217
test:
1318
override:

0 commit comments

Comments
 (0)