Skip to content
Snippets Groups Projects

Upgrade to PHP 7.3

Merged Guy Thouret requested to merge chore/665-refactor-object-use into master
Compare and Show latest version
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
image: minds/php:latest
image: minds/php:7.3
services:
- docker:dind
@@ -22,7 +22,7 @@ cache:
build:
stage: build
script:
- apk update && apk add --no-cache git
- apk add --no-cache git
- sh tools/setup.sh production
cache:
paths:
@@ -32,13 +32,13 @@ build:
test:
stage: test
image: minds/php-tests:latest
image: minds/php:7.3
script:
- bin/phpspec run
lint:
stage: test
image: minds/php-tests:latest
image: minds/php:7.3
script:
- bin/php-cs-fixer fix --allow-risky=yes --verbose --dry-run
Loading