Skip to content

Commit 7d22195

Browse files
Remove "platform.php 7.4.99" hack
1 parent d8b2d9d commit 7d22195

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
key: "php-${{ matrix.php-version }}"
4343
restore-keys: "php-${{ matrix.php-version }}"
4444

45-
- name: "Configure for PHP 8"
46-
if: ${{ matrix.php-version == '8.0' }}
47-
run: "composer config platform.php 7.4.99"
48-
4945
- name: "Test with lowest dependencies"
5046
run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest && vendor/bin/simple-phpunit"
5147

0 commit comments

Comments
 (0)