mirror of
https://github.com/danog/class-finder.git
synced 2024-11-26 12:04:42 +01:00
8 lines
241 B
YAML
8 lines
241 B
YAML
PHP 5.3 - PHPUnit:
|
|
script: "ci/php53.sh $CI_PROJECT_DIR"
|
|
image: "registry.gitlab.com/hpierce1102/classfinder/php53"
|
|
|
|
PHP 7.2 - PHPUnit:
|
|
script: "ci/php72.sh $CI_PROJECT_DIR"
|
|
image: "registry.gitlab.com/hpierce1102/classfinder/php72"
|