Skip to content

Commit 07a32e3

Browse files
committed
Temporary force platform to PHP 8.1 on 8.2 runs
1 parent e4e6b7f commit 07a32e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
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: composer install
3336
- run: vendor/bin/phpunit --coverage-text
3437
if: ${{ matrix.php >= 7.3 }}

0 commit comments

Comments
 (0)