Skip to content

Commit

Permalink
Use dev branches for moneyphp packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Sep 12, 2024
1 parent 576946a commit 2cbebe2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Set up locales
run: ./hack/setup-locales.sh

- name: Use dev branches for moneyphp packages
run: composer require --dev --no-update moneyphp/crypto-currencies:dev-main moneyphp/iso-currencies:dev-master

- name: Download dependencies
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress --no-suggest --prefer-lowest --classmap-authoritative

Expand Down Expand Up @@ -59,6 +62,9 @@ jobs:
- name: Set up locales
run: ./hack/setup-locales.sh

- name: Use dev branches for moneyphp packages
run: composer require --dev --no-update moneyphp/crypto-currencies:dev-main moneyphp/iso-currencies:dev-master

- name: Download dependencies
run: composer install --classmap-authoritative

Expand All @@ -79,6 +85,9 @@ jobs:
php-version: '8.1'
extensions: bcmath, gmp, intl, dom, mbstring

- name: Use dev branches for moneyphp packages
run: composer require --dev --no-update moneyphp/crypto-currencies:dev-main moneyphp/iso-currencies:dev-master

- name: Download dependencies
run: composer install --classmap-authoritative

Expand Down

0 comments on commit 2cbebe2

Please sign in to comment.