Skip to content
Snippets Groups Projects

Upgrade to PHP 7.3

Merged Guy Thouret requested to merge chore/665-refactor-object-use into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -20,6 +20,7 @@ build:
paths:
- vendor
- bin
policy: push
test:
stage: test
@@ -28,6 +29,7 @@ test:
- php -n -c Spec/php-test.ini bin/phpspec run
cache:
key: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
policy: pull
lint:
stage: test
@@ -36,6 +38,7 @@ lint:
- bin/php-cs-fixer fix --allow-risky=yes --verbose --dry-run
cache:
key: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
policy: pull
prepare:fpm:
stage: prepare
@@ -54,6 +57,7 @@ prepare:fpm:
- docker push $CI_REGISTRY_IMAGE/fpm:$CI_PIPELINE_ID
cache:
key: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
policy: pull
prepare:runners:
stage: prepare
Loading