Skip to content

Commit 0d349fd

Browse files
committed
Update composer parameter
1 parent ac0d26c commit 0d349fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install dependencies for PHP 8
4242
if: matrix.php-versions >= '8.0'
43-
run: composer update --prefer-dist --no-progress --ignore-platform-reqs
43+
run: composer update --prefer-dist --no-progress --ignore-platform-req=php
4444

4545
- name: Run test suite
4646
run: composer check

0 commit comments

Comments
 (0)