Skip to content

Commit

Permalink
Dont try to update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jun 10, 2024
1 parent ed9f33a commit d527210
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ jobs:
db:
image: mysql:8.0
steps:
- name: Select the composer version
- name: Display the composer version
run: |
composer --version
composer self-update
composer self-update --${{ matrix.composer }}
composer --version
- name: Create project
run: composer create-project --no-install drupal/recommended-project:${{ matrix.drupal_core_compatibility }} ${GITHUB_WORKSPACE}
- name: Set minimum stability to dev
Expand Down

0 comments on commit d527210

Please sign in to comment.