mirror of https://github.com/kcal-app/kcal.git
Use setup-php composer in CI
This commit is contained in:
parent
49bea5bfb0
commit
5b73358912
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue