migrate to cim/php

This commit is contained in:
Moctar
2021-10-04 16:08:58 +01:00
parent a852e151f9
commit 8c20b2a1e4

View File

@@ -14,12 +14,10 @@ jobs:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
docker:
- image: circleci/build-image:ubuntu-14.04-XXL-1327-3401d20
- image: cimg/php:7.0.33-node
- image: circleci/rabbitmq:3.7.7
steps:
- checkout
- run: phpenv versions
- run: phpenv global 7.0.7
- run: php -v
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
- run: