Skip to content

Commit

Permalink
force github actions to use composer v1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Nov 5, 2020
1 parent cef6811 commit a7b42f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
php-version: ${{ matrix.phpVersions }}
extensions: ${{ env.phpExtensions }}
tools: composer
tools: composer:v1
coverage: none

- name: Install October CMS
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Get Composer cache directory
id: composercache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit a7b42f2

Please sign in to comment.