There was an error while loading. Please reload this page.
1 parent deb8be5 commit 7ade5d6Copy full SHA for 7ade5d6
1 file changed
.github/workflows/truasync-ci.yml
@@ -114,7 +114,10 @@ jobs:
114
- name: Install SDK dependencies
115
run: |
116
composer config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
117
- composer install --no-interaction --no-progress
+ # --no-dev: the integration scripts need only runtime deps (phpunit and
118
+ # friends pin php <= released versions and need dom/simplexml);
119
+ # --ignore-platform-req=php: 8.6.0-dev is ahead of every published cap.
120
+ composer install --no-interaction --no-progress --no-dev --ignore-platform-req=php
121
122
- name: SDK integration tests
123
0 commit comments