Use setup-php composer in CI

This commit is contained in:
Christopher C. Wells 2021-03-28 14:59:21 -07:00 committed by Christopher Charbonneau Wells
parent 49bea5bfb0
commit 5b73358912
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ jobs:
php-version: '8.0'
extensions: exif
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: Install dependencies
run: composer install --no-progress --no-interaction
- name: Run tests
uses: php-actions/phpunit@v2
with: