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 07ec92c commit 6dc06c0Copy full SHA for 6dc06c0
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
76
# For PHP 8.0+, we need to install with ignore platform reqs as PHPUnit 7 is still used.
77
- name: Install Composer dependencies - with ignore platform
78
- if: ${{ matrix.custom_ini == false }}
+ if: ${{ matrix.php >= 8.0 }}
79
uses: "ramsey/composer-install@v1"
80
with:
81
composer-options: --ignore-platform-reqs
0 commit comments