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 40b8abd commit 34d4306Copy full SHA for 34d4306
.github/workflows/integrate.yaml
@@ -541,7 +541,7 @@ jobs:
541
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-phpunit-${{ matrix.phpunit-version }}-"
542
543
- name: "Remove platform configuration with composer"
544
- if: "${{ matrix.php-version }} != 'locked'"
+ if: "matrix.dependencies != 'locked'"
545
run: "composer config platform.php --ansi --unset"
546
547
- name: "Remove incompatible dependencies with composer"
0 commit comments