Skip to content

Commit

Permalink
Fix laminas/laminas-eventmanager version for PHP 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Oct 14, 2022
1 parent 6c23a5c commit 8921a5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/20-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,11 @@ jobs:
composer require symfony/console:4.4.26 --ignore-platform-reqs
composer require symfony/string:5.4.2 --ignore-platform-reqs
- name: "[Init] Fix laminas/laminas-stdlib version"
- name: "[Init] Fix laminas/laminas-stdlib and laminas/laminas-eventmanager version"
working-directory: ${{ env.magento-directory }}
run: |
composer require laminas/laminas-stdlib:3.11.0 --ignore-platform-reqs
composer require laminas/laminas-eventmanager:3.5.0 --ignore-platform-reqs
- name: "[Init] Add current build of Elasticsuite"
working-directory: ${{ env.magento-directory }}
Expand Down

0 comments on commit 8921a5c

Please sign in to comment.