Skip to content
Snippets Groups Projects
Commit 1100966c authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Testing for 8,x may have been a bit too much

parent eb204573
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ stages:
php:
- 7.4
- nightly
# - nightly
env:
- COMMAND="composer install"
......@@ -54,13 +54,13 @@ jobs:
script:
- vendor/bin/check-syntax-php.sh
- stage: pre-conditions
php: nightly
env: Syntax check PHP
before_script:
- composer install
script:
- vendor/bin/check-syntax-php.sh
# - stage: pre-conditions
# php: nightly
# env: Syntax check PHP
# before_script:
# - composer install
# script:
# - vendor/bin/check-syntax-php.sh
- stage: pre-conditions
env: Syntax check YAML / XML / JSON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment