Skip to content

Commit a10e29a

Browse files
committed
Temporary force platform to PHP 8.1 on 8.2 runs
1 parent 640980c commit a10e29a

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
@@ -19,5 +19,8 @@ jobs:
1919
with:
2020
php-version: ${{ matrix.php }}
2121
coverage: xdebug
22+
- name: "TEMP: Configure for experimental builds"
23+
run: composer config platform.php 8.1.99
24+
if: matrix.php == '8.2'
2225
- run: composer install
2326
- run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)