Skip to content

Commit

Permalink
chore: remove composer installation from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Mar 30, 2021
1 parent 6b4b33f commit 3709985
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install composer dependencies
uses: php-actions/composer@v2
with:
dev: no

- uses: actions/setup-node@v1
with:
node-version: '12'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install composer dependencies
uses: php-actions/composer@v2
with:
dev: no

- uses: actions/setup-node@v1
with:
node-version: '12'
Expand Down

0 comments on commit 3709985

Please sign in to comment.