We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0d26c commit 0d349fdCopy full SHA for 0d349fd
1 file changed
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Install dependencies for PHP 8
42
if: matrix.php-versions >= '8.0'
43
- run: composer update --prefer-dist --no-progress --ignore-platform-reqs
+ run: composer update --prefer-dist --no-progress --ignore-platform-req=php
44
45
- name: Run test suite
46
run: composer check
0 commit comments