Skip to content

Commit

Permalink
WIP: Temporarily hack the CI green
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign authored and kitsunet committed Jul 1, 2024
1 parent dd300bc commit 80d2b53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
git -C ../${{ env.NEOS_FOLDER }} checkout -b build
composer config repositories.neos '{ "type": "path", "url": "../${{ env.NEOS_FOLDER }}", "options": { "symlink": false } }'
composer require --no-update neos/neos-development-collection:"dev-build as ${{ env.NEOS_BRANCH_ALIAS }}"
# temporary hack to turn CI green, remove after merge of https://github.com/neos/flow-development-collection/pull/2637
composer require --no-update neos/flow-development-collection:"dev-dependabot/composer/doctrine/dbal-tw-3.2 as ${{ env.NEOS_BRANCH_ALIAS }}"
- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit 80d2b53

Please sign in to comment.