Skip to content

Commit

Permalink
Add dev as minimun stability
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 29, 2023
1 parent a8fe106 commit 2438570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
}
}
run: |
vendor/bin/composer config minimum-stability dev
vendor/bin/composer config repositories.sequra/magento2-core vcs git@github.com:sequra/magento2-core.git
vendor/bin/composer require sequra/magento2-core:"dev-${{ steps.extract_branch.outputs.branch }}"
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
unit_test_subset_path: 'vendor/sequra/magento2-core/Test/Unit'
override_settings: 1
magento_version: ${{ matrix.magento_version }}

- name: 'debug'
run: ls -l magento/vendor/sequra

Expand Down

0 comments on commit 2438570

Please sign in to comment.