1
0
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:
Hayden Pierce 2018-09-03 11:08:37 -05:00
parent 98e6d318a6
commit 3df580a444
2 changed files with 7 additions and 1 deletions

View File

@ -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
View 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