File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 34
34
- run : composer remove react/mysql --dev --no-interaction # do not install react/mysql example on legacy PHP
35
35
if : ${{ matrix.php == 5.3 }}
36
36
- run : composer install
37
+ - name : Set SSH_PROXY environment variable
38
+ run : echo "SSH_PROXY=your_ssh_proxy_value" >> $GITHUB_ENV
37
39
- run : vendor/bin/phpunit --coverage-text
38
40
if : ${{ matrix.php >= 7.3 }}
39
41
- run : vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
50
52
version : lts-3.30
51
53
- run : composer self-update --2.2 # downgrade Composer for HHVM
52
54
- run : hhvm $(which composer) install
55
+ - name : Set SSH_PROXY environment variable
56
+ run :
echo "SSH_PROXY=alice:[email protected] vendor/bin/phpunit" >> $GITHUB_ENV
53
57
- run : hhvm vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments