1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

plain composer

This commit is contained in:
Robin Appelman 2021-02-16 17:35:09 +01:00
commit 1da2fa48fa
2 changed files with 5 additions and 4 deletions

View file

@ -29,8 +29,9 @@ jobs:
with:
php-version: '8.0'
extensions: apcu
- uses: php-actions/composer@v5
- uses: php-actions/phpstan@v2
- name: Composer
run: composer install
- uses: php-actions/phpstan@v1
with:
error_format: github
args: --level 6 src
@ -55,7 +56,8 @@ jobs:
with:
php-version: '8.0'
extensions: apcu
- uses: php-actions/composer@v5
- name: Composer
run: composer install
- name: PHPUnit Tests
uses: docker://icewind1991/php-alpine-apcu
env: