Skip to content

Commit

Permalink
setup composer
Browse files Browse the repository at this point in the history
  • Loading branch information
transistive committed Dec 4, 2021
1 parent c40c19f commit b080c85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Checkout driver
uses: actions/checkout@v2

- uses: php-actions/composer@v6
with:
progress: yes
php_version: 7.4
version: 2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit b080c85

Please sign in to comment.