Skip to content

Commit 567c287

Browse files
committed
fixed paths
1 parent 76a3140 commit 567c287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test:php-alpine:
5353
test:php:allow-fail:
5454
stage: php-test
5555
script:
56-
- cd php-7.0
56+
- cd php-7.1
5757
- docker run --rm ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; composer diagnose'
5858
allow_failure: true
5959
except:
@@ -62,7 +62,7 @@ test:php:allow-fail:
6262
lint:php:
6363
stage: php-test
6464
script:
65-
- cd php-7.0
65+
- cd php-7.1
6666
- docker-compose run --rm php composer global show
6767

6868
release:php:latest:

0 commit comments

Comments
 (0)