Skip to content

Commit 34d4306

Browse files
committed
Fix: Condition
1 parent 40b8abd commit 34d4306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ jobs:
541541
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-phpunit-${{ matrix.phpunit-version }}-"
542542

543543
- name: "Remove platform configuration with composer"
544-
if: "${{ matrix.php-version }} != 'locked'"
544+
if: "matrix.dependencies != 'locked'"
545545
run: "composer config platform.php --ansi --unset"
546546

547547
- name: "Remove incompatible dependencies with composer"

0 commit comments

Comments
 (0)