Skip to content

Commit

Permalink
Make alias consistent.
Browse files Browse the repository at this point in the history
... should not really have any bearing on anything, as there's no other
components that were making use of this alias to constrain things.
  • Loading branch information
adam-vessey committed Oct 21, 2022
1 parent 52f9fa4 commit d252083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
composer config minimum-stability dev
composer require "islandora/islandora:^2"
composer require "drupal/search_api_solr:^4.1"
composer require "islandora/islandora_defaults:dev-github-testing as dev-2.x" --prefer-source -W
composer require "islandora/islandora_defaults:dev-github-testing as 3.x-dev" --prefer-source -W
- name: Install modules
run: |
Expand Down

0 comments on commit d252083

Please sign in to comment.