There was an error while loading. Please reload this page.
1 parent ef5af11 commit c201f7fCopy full SHA for c201f7f
.github/workflows/ci.yml
@@ -38,11 +38,7 @@ jobs:
38
key: php-${{ matrix.php }}-composer-locked-${{ hashFiles('composer.lock') }}
39
restore-keys: php-${{ matrix.php }}-composer-locked-
40
- name: Install PHP dependencies
41
- if: matrix.php != '8.1'
42
run: composer update ${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --no-suggest
43
- - name: 'Install PHP dependencies on PHP 8.1 (TODO: remove that)'
44
- if: matrix.php == '8.1'
45
- run: composer update --ignore-platform-reqs ${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --no-suggest
46
- name: PHPUnit
47
run: vendor/bin/phpunit
48
0 commit comments