Skip to content

Commit

Permalink
Ignore platform reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 29, 2023
1 parent f4920db commit ea60d07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
run: |
echo "auth={\"http-basic\": {\"repo.magento.com\": {\"username\": \"5310458a34d580de1700dfe826ff19a1\",\"password\":\"${{ secrets.REPO_MAGENTO_PASS }}\"} },\"github-oauth\":{\"github.com\":\"${{ github.token }}\"} }" >> $GITHUB_OUTPUT
id: composer_auth

- name: 'test auth'
run: echo "${{ steps.composer_auth.outputs.auth }}"

- name: 'install fresh magento repo'
uses: MAD-I-T/magento-actions@v3.25
Expand All @@ -66,7 +63,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 }}" --ignore-platform-req=ext-bcmath
vendor/bin/composer require sequra/magento2-core:"dev-${{ steps.extract_branch.outputs.branch }}" --ignore-platform-reqs
- name: 'debug'
run: ls -l magento/vendor/sequra
Expand Down

0 comments on commit ea60d07

Please sign in to comment.