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 70a7401 commit 7c4995fCopy full SHA for 7c4995f
1 file changed
.github/workflows/ci.yml
@@ -29,6 +29,9 @@ jobs:
29
with:
30
php-version: ${{ matrix.php }}
31
coverage: xdebug
32
+ - name: "TEMP: Configure for experimental builds"
33
+ run: composer config platform.php 8.1.99
34
+ if: matrix.php == '8.2'
35
- run: sudo apt-get update && sudo apt-get install libevent-dev
36
- name: Install ext-event on PHP >= 5.4
37
run: |
@@ -97,6 +100,9 @@ jobs:
97
100
98
101
99
102
extensions: sockets,event # future: add uv-beta (installs, but can not load)
103
104
105
106
- run: composer install
107
- run: vendor/bin/phpunit --coverage-text
108
if: ${{ matrix.php >= 7.3 }}
0 commit comments