8000 Temporary force platform to PHP 8.1 on 8.2 runs · reactphp/socket@4abc7d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4abc7d5

Browse files
committed
Temporary force platform to PHP 8.1 on 8.2 runs
1 parent c80e02a commit 4abc7d5

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
@@ -32,6 +32,9 @@ jobs:
3232
with:
3333
php-version: ${{ matrix.php }}
3434
coverage: xdebug
35+
- name: "TEMP: Configure for experimental builds"
36+
run: composer config platform.php 8.1.99
37+
if: matrix.php == '8.2'
3538
- run: composer install
3639
- run: vendor/bin/phpunit --coverage-text
3740
if: ${{ matrix.php >= 7.3 }}

0 commit comments

Comments
 (0)
0