Add validation steps for PHP 5.4 and 5.3

master
Mike Koch 7 years ago
parent 37d730dfdc
commit 3c4018ace3
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -30,6 +30,18 @@ validate:5.5:
script:
- bash ci/php_lint.sh ./
validate:5.4:
image: php:5.4
stage: validate
script:
- bash ci/php_lint.sh ./
validate:5.3:
image: php:5.3
stage: validate
script:
- bash ci/php_lint.sh ./
test:7.1:
image: php:7.1
stage: test

Loading…
Cancel
Save