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: ...@@ -16,7 +16,7 @@ stages:
php: php:
- 7.4 - 7.4
- nightly # - nightly
env: env:
- COMMAND="composer install" - COMMAND="composer install"
...@@ -54,13 +54,13 @@ jobs: ...@@ -54,13 +54,13 @@ jobs:
script: script:
- vendor/bin/check-syntax-php.sh - vendor/bin/check-syntax-php.sh
- stage: pre-conditions # - stage: pre-conditions
php: nightly # php: nightly
env: Syntax check PHP # env: Syntax check PHP
before_script: # before_script:
- composer install # - composer install
script: # script:
- vendor/bin/check-syntax-php.sh # - vendor/bin/check-syntax-php.sh
- stage: pre-conditions - stage: pre-conditions
env: Syntax check YAML / XML / JSON 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