Skip to content

Commit

Permalink
Fix: Condition
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 13, 2023
1 parent bd7552c commit 2c309c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Expand Up @@ -416,7 +416,7 @@ jobs:
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"

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

- name: "Install ${{ matrix.dependencies }} dependencies with composer"
Expand Down

0 comments on commit 2c309c2

Please sign in to comment.