Skip to content

Commit

Permalink
address subdep locking
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 24, 2024
1 parent 0795aa1 commit 812e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
composer update --prefer-lowest --prefer-stable
elif ${{ matrix.cake_version != '' }}; then
composer require --dev "cakephp/cakephp:${{ matrix.cake_version }}"
composer require --dev "cakephp/bake:dev-3.next as 3.1.0"
composer require --dev --with-all-dependencies "cakephp/bake:dev-3.next as 3.1.0"
composer update
else
composer update
Expand Down

0 comments on commit 812e285

Please sign in to comment.