1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-26 20:14:59 +01:00
class-finder/.gitlab-ci.yml
2018-09-03 16:30:30 -05:00

7 lines
208 B
YAML

PHP 5.3 - PHPUnit:
script: "ci/php53.sh"
image: "registry.gitlab.com/hpierce1102/classfinder/php53"
PHP 7.2 - PHPUnit:
script: "ci/php72.sh"
image: "registry.gitlab.com/hpierce1102/classfinder/php72"