Skip to content

Commit

Permalink
Update alias to 3.x in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jul 4, 2023
1 parent b412e77 commit 55800b6
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 @@ -91,7 +91,7 @@ jobs:
cd $DRUPAL_DIR
composer config repositories.local path "$GITHUB_WORKSPACE/build_dir"
composer config minimum-stability dev
composer require "islandora/jsonld:dev-github-testing as dev-2.x" --prefer-source -W
composer require "islandora/jsonld:dev-github-testing as dev-3.x" --prefer-source -W
- name: Install modules
run: |
Expand Down

0 comments on commit 55800b6

Please sign in to comment.