Skip to content
Snippets Groups Projects
Commit d47a4fbd authored by Thibault Debatty's avatar Thibault Debatty
Browse files

test with php 7.4

parent 6c084b93
No related branches found
No related tags found
No related merge requests found
Pipeline #11597 passed
...@@ -9,10 +9,10 @@ cache: ...@@ -9,10 +9,10 @@ cache:
paths: paths:
- composer-cache/ - composer-cache/
# Test with PHP7.2 # Test with PHP7.4
test:php72: test:php74:
stage: test stage: test
image: cylab/php72 image: cylab/php74
before_script: before_script:
# Install all project dependencies # Install all project dependencies
- COMPOSER_CACHE_DIR=./composer-cache composer install - COMPOSER_CACHE_DIR=./composer-cache composer install
......
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