We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709029a commit f25e5d8Copy full SHA for f25e5d8
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php:
14
+ - 8.3
15
- 8.2
16
- 8.1
17
- 8.0
@@ -24,7 +25,7 @@ jobs:
24
25
- 5.4
26
- 5.3
27
steps:
- - uses: actions/checkout@v3
28
+ - uses: actions/checkout@v4
29
- uses: shivammathur/setup-php@v2
30
with:
31
php-version: ${{ matrix.php }}
@@ -45,7 +46,7 @@ jobs:
45
46
runs-on: ubuntu-22.04
47
continue-on-error: true
48
49
50
- run: cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
51
- name: Run hhvm composer.phar require --dev react/async:^2 react/promise:^2 phpunit/phpunit:^5.7 # downgrade Async and Promise for HHVM
52
uses: docker://hhvm/hhvm:3.30-lts-latest
0 commit comments