File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4747 run : composer config -g github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
4848 - name : Install horde/test dependency and other dependencies
4949 run : |
50- ## For unclear reasons, github action fails randomly if we do not install before we require.
51- COMPOSER_ROOT_VERSION=dev-FRAMEWORK_6_0 composer install
52- COMPOSER_ROOT_VERSION=dev-FRAMEWORK_6_0 composer require --dev horde/test dev-FRAMEWORK_6_0 horde/log ^3
50+
51+ COMPOSER_ROOT_VERSION=dev-FRAMEWORK_6_0 composer config minimum-stability dev
52+ COMPOSER_ROOT_VERSION=dev-FRAMEWORK_6_0 composer install --prefer-stable --no-progress
53+ COMPOSER_ROOT_VERSION=dev-FRAMEWORK_6_0 composer require --prefer-stable --dev horde/test dev-FRAMEWORK_6_0 horde/log ^3
5354 - name : install horde/test ^3
5455 run : composer require horde/test ^3
5556 - name : install horde/http ^3
You can’t perform that action at this time.
0 commit comments