Skip to content
Snippets Groups Projects
Verified Commit c02244c1 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #15550 TIME 0:00 rm php7.2 in phpunit

parent f78ccbc3
No related branches found
No related tags found
No related merge requests found
...@@ -100,18 +100,6 @@ job_php-7.3: ...@@ -100,18 +100,6 @@ job_php-7.3:
except: except:
- schedules - schedules
job_php-7.2:
image: php:7.2-apache
stage: test
script:
- curl --location -s --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit-9.phar
- chmod +x /usr/local/bin/phpunit
- phpunit --coverage-text --colors=never
only:
- develop
except:
- schedules
#pages: #pages:
# stage: deploy # stage: deploy
# dependencies: # dependencies:
......
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