Skip to content

Commit

Permalink
ci: Remove composer self update
Browse files Browse the repository at this point in the history
  • Loading branch information
blue32a committed Jan 1, 2024
1 parent f6aa4c8 commit 6cbcdb7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Using Composer version 2
run: sudo composer self-update --2

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down Expand Up @@ -53,9 +50,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Using Composer version 2
run: sudo composer self-update --2

- name: Get Composer Cache Directory
id: composer-cache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6cbcdb7

Please sign in to comment.