Skip to content

Commit fe0ac7e

Browse files
committed
Run tests on PHP 8.4 and update test environment
1 parent 334b291 commit fe0ac7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
- run: composer remove react/mysql --dev --no-interaction # do not install react/mysql example on legacy PHP
3535
if: ${{ matrix.php == 5.3 }}
3636
- run: composer install
37-
- name: Set SSH_PROXY environment variable
38-
run: echo "SSH_PROXY=your_ssh_proxy_value" >> $GITHUB_ENV
3937
- run: vendor/bin/phpunit --coverage-text
4038
if: ${{ matrix.php >= 7.3 }}
4139
- run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
@@ -52,6 +50,4 @@ jobs:
5250
version: lts-3.30
5351
- run: composer self-update --2.2 # downgrade Composer for HHVM
5452
- 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
5753
- run: hhvm vendor/bin/phpunit

0 commit comments

Comments
 (0)