Skip to content

Commit

Permalink
Downgrade also for mage-os-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed May 17, 2024
1 parent f2f2f92 commit 9150034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
- name: Temporary downgrade credis to 1.5 for Magento 2.4.6/2.4.7
run: composer require colinmollenhour/php-redis-session-abstract:1.5.5
working-directory: ./magento
if: matrix.magento-version == 'magento-ce-2.4.6-p5' || matrix.magento-version == 'magento-ce-2.4.7'
if: matrix.magento-version == 'magento-ce-2.4.6-p5' || matrix.magento-version == 'magento-ce-2.4.7' || matrix.magento-version == 'mage-os-latest'

- name: Configure matchers
uses: mheap/phpunit-matcher-action@main
Expand Down

0 comments on commit 9150034

Please sign in to comment.