We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a3140 commit 567c287Copy full SHA for 567c287
.gitlab-ci.yml
@@ -53,7 +53,7 @@ test:php-alpine:
53
test:php:allow-fail:
54
stage: php-test
55
script:
56
- - cd php-7.0
+ - cd php-7.1
57
- docker run --rm ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; composer diagnose'
58
allow_failure: true
59
except:
@@ -62,7 +62,7 @@ test:php:allow-fail:
62
lint:php:
63
64
65
66
- docker-compose run --rm php composer global show
67
68
release:php:latest:
0 commit comments