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 79078b3 commit 8daa444Copy full SHA for 8daa444
.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: |
0 commit comments