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 c80e02a commit 4abc7d5Copy full SHA for 4abc7d5
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
with:
33
php-version: ${{ matrix.php }}
34
coverage: xdebug
35
+ - name: "TEMP: Configure for experimental builds"
36
+ run: composer config platform.php 8.1.99
37
+ if: matrix.php == '8.2'
38
- run: composer install
39
- run: vendor/bin/phpunit --coverage-text
40
if: ${{ matrix.php >= 7.3 }}
0 commit comments