We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00b556 commit 3c685f0Copy full SHA for 3c685f0
.github/workflows/ci.yml
@@ -24,6 +24,9 @@ jobs:
24
with:
25
php-version: ${{ matrix.php }}
26
coverage: xdebug
27
+ - name: "TEMP: Configure for experimental builds"
28
+ run: composer config platform.php 8.1.99
29
+ if: matrix.php == '8.2'
30
- run: composer install
31
- run: vendor/bin/phpunit --coverage-text
32
if: ${{ matrix.php >= 7.3 }}
0 commit comments