Skip to content

Commit

Permalink
Temporary force platform to PHP 8.1 on 8.2 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Aug 13, 2022
1 parent 6170a3a commit 1aed991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- name: "TEMP: Configure for experimental builds"
run: composer config platform.php 8.1.99
if: matrix.php == '8.2'
- run: composer install
- run: vendor/bin/phpunit --coverage-text
if: ${{ matrix.php >= 7.3 }}
Expand Down

0 comments on commit 1aed991

Please sign in to comment.