Skip to content

Commit 42df2c5

Browse files
Update .github/workflows/continuous-integration.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e6e010f commit 42df2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# --- End of aura/sql specific modification ---
133133

134134
- name: Remove platform config for dependency resolution
135-
if: matrix.dependencies == 'highest'
135+
if: ${{ matrix.dependencies == 'highest' }}
136136
shell: bash
137137
run: composer config platform --unset
138138

0 commit comments

Comments
 (0)