8000 TEMP · reactphp/event-loop@8daa444 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8daa444

Browse files
committed
TEMP
1 parent 79078b3 commit 8daa444

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
php-version: ${{ matrix.php }}
3131
coverage: xdebug
32+
- name: "TEMP: Configure for experimental builds"
33+
run: composer config platform.php 8.1.99
34+
if: matrix.php == '8.2'
3235
- run: sudo apt-get update && sudo apt-get install libevent-dev
3336
- name: Install ext-event on PHP >= 5.4
3437
run: |

0 commit comments

Comments
 (0)
0