Skip to content

Commit 7c4995f

Browse files
committed
Temporary force platform to PHP 8.1 on 8.2 runs
1 parent 70a7401 commit 7c4995f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 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: |
@@ -97,6 +100,9 @@ jobs:
97100
php-version: ${{ matrix.php }}
98101
coverage: xdebug
99102
extensions: sockets,event # future: add uv-beta (installs, but can not load)
103+
- name: "TEMP: Configure for experimental builds"
104+
run: composer config platform.php 8.1.99
105+
if: matrix.php == '8.2'
100106
- run: composer install
101107
- run: vendor/bin/phpunit --coverage-text
102108
if: ${{ matrix.php >= 7.3 }}

0 commit comments

Comments
 (0)