Skip to content

Commit 3c685f0

Browse files
committed
Temporary force platform to PHP 8.1 on 8.2 runs
1 parent c00b556 commit 3c685f0

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
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php }}
2626
coverage: xdebug
27+
- name: "TEMP: Configure for experimental builds"
28+
run: composer config platform.php 8.1.99
29+
if: matrix.php == '8.2'
2730
- run: composer install
2831
- run: vendor/bin/phpunit --coverage-text
2932
if: ${{ matrix.php >= 7.3 }}

0 commit comments

Comments
 (0)