Skip to content

Commit 15273b5

Browse files
committed
ci: update actions/checkout to v5 and remove HHVM configuration
1 parent 68376b3 commit 15273b5

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,11 @@ jobs:
1616
- 8.2
1717
- 8.1
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ matrix.php }}
2323
coverage: xdebug
2424
ini-file: development
2525
- run: composer install
2626
- run: composer test:cc
27-
28-
PHPUnit-hhvm:
29-
name: PHPUnit (HHVM)
30-
runs-on: ubuntu-22.04
31-
continue-on-error: true
32-
steps:
33-
- uses: actions/checkout@v4
34-
- run: cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
35-
- name: Run hhvm composer.phar install
36-
uses: docker://hhvm/hhvm:3.30-lts-latest
37-
with:
38-
args: hhvm composer.phar install
39-
- name: Run hhvm vendor/bin/phpunit
40-
uses: docker://hhvm/hhvm:3.30-lts-latest
41-
with:
42-
args: hhvm vendor/bin/phpunit

0 commit comments

Comments
 (0)