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

bumb ci steps

This commit is contained in:
Robin Appelman 2021-02-16 17:31:51 +01:00
commit cd06dc7b4c

View file

@ -29,8 +29,8 @@ jobs:
with: with:
php-version: '8.0' php-version: '8.0'
extensions: apcu extensions: apcu
- uses: php-actions/composer@v2 - uses: php-actions/composer@v5
- uses: php-actions/phpstan@v1 - uses: php-actions/phpstan@v2
with: with:
error_format: github error_format: github
args: --level 6 src args: --level 6 src
@ -50,7 +50,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: php-actions/composer@v2 - name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
extensions: apcu
- uses: php-actions/composer@v5
- name: PHPUnit Tests - name: PHPUnit Tests
uses: docker://icewind1991/php-alpine-apcu uses: docker://icewind1991/php-alpine-apcu
env: env: