Skip to content

Commit 6dc06c0

Browse files
committed
GH Actions: fix faulty condition
1 parent 07ec92c commit 6dc06c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

7676
# For PHP 8.0+, we need to install with ignore platform reqs as PHPUnit 7 is still used.
7777
- name: Install Composer dependencies - with ignore platform
78-
if: ${{ matrix.custom_ini == false }}
78+
if: ${{ matrix.php >= 8.0 }}
7979
uses: "ramsey/composer-install@v1"
8080
with:
8181
composer-options: --ignore-platform-reqs

0 commit comments

Comments
 (0)