mirror of
https://github.com/danog/class-finder.git
synced 2025-01-23 06:11:26 +01:00
Add new PHP 7.2 stuff (since the PHP5.3 stuff will never work due to PHPUnit being too new)
This commit is contained in:
parent
98e6d318a6
commit
3df580a444
@ -1,3 +1,7 @@
|
||||
phpunit-53:
|
||||
script: "ci/php53.sh"
|
||||
image: "registry.gitlab.com/hpierce1102/classfinder"
|
||||
image: "registry.gitlab.com/hpierce1102/classfinder"
|
||||
|
||||
phpunit-72:
|
||||
script: "ci/php72.sh"
|
||||
image: "registry.gitlab.com/hpierce1102/classfinder/php72"
|
2
ci/php72.sh
Normal file
2
ci/php72.sh
Normal file
@ -0,0 +1,2 @@
|
||||
composer install --working-dir=/build/hpierce1102/ClassFinder
|
||||
php /builds/hpierce1102/ClassFinder/vendor/bin/phpunit /builds/hpierce1102/ClassFinder/test/app1/src/ClassFinderTest.php
|
Loading…
x
Reference in New Issue
Block a user