File tree Expand file tree Collapse file tree 2 files changed +9
-49
lines changed
Expand file tree Collapse file tree 2 files changed +9
-49
lines changed Original file line number Diff line number Diff line change 7373
7474 test :
7575 runs-on : ubuntu-latest
76+ services :
77+ httpbin :
78+ image : kennethreitz/httpbin
79+ ports :
80+ - 8080:80
81+ credentials :
82+ username : ${{ secrets.dockerhub_username }}
83+ password : ${{ secrets.dockerhub_password }}
7684 strategy :
7785 matrix :
7886 # PHP Unit 4.x is needed for PHP 5.4 but is not supported on PHP 8.x
98106 run : composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
99107 - name : PHP Unit
100108 run : |
101- echo '{}' | jq '.http.upload.skip |= true ' > tests/config.json
109+ echo '{}' | jq '.http.upload.skip |= false | .http.upload.httpBinUrl |= "http://localhost:8080" ' > tests/config.json
102110 vendor/bin/phpunit tests
103111
104112 test-php8 :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments