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 d8b2d9d commit 7d22195Copy full SHA for 7d22195
.github/workflows/phpunit.yml
@@ -42,10 +42,6 @@ jobs:
42
key: "php-${{ matrix.php-version }}"
43
restore-keys: "php-${{ matrix.php-version }}"
44
45
- - name: "Configure for PHP 8"
46
- if: ${{ matrix.php-version == '8.0' }}
47
- run: "composer config platform.php 7.4.99"
48
-
49
- name: "Test with lowest dependencies"
50
run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest && vendor/bin/simple-phpunit"
51
0 commit comments