Skip to content

Commit

Permalink
Use composer v2 in PHP 8 test (#203)
Browse files Browse the repository at this point in the history
* Use composer v2 in PHP 8 test

* Define composer version using setup-php action
  • Loading branch information
markuspoerschke committed Oct 10, 2020
1 parent 0872fef commit a21a6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_php8.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.0"
tools: composer:v2

- name: "Determine composer cache directory"
id: "determine-composer-cache-directory"
Expand Down

0 comments on commit a21a6a2

Please sign in to comment.