Skip to content

Commit e9ea198

Browse files
authored
fix(integration): force to explicitly older monolog versions (#12) (#16)
See magento/magento2#35604 Looks like this is a wontfix.
1 parent fcc0b85 commit e9ea198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
working-directory: ${{ inputs.magento_directory }}
112112
shell: bash
113113

114-
- run: composer require monolog/monolog:"!=2.7.0" --no-update
114+
- run: composer require monolog/monolog:"<2.7.0" --no-update
115115
name: Fixup Monolog (https://github.com/magento/magento2/pull/35596)
116116
working-directory: ${{ inputs.magento_directory }}
117117

0 commit comments

Comments
 (0)