mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
bumb ci steps
This commit is contained in:
parent
30036d6f31
commit
cd06dc7b4c
1 changed files with 8 additions and 3 deletions
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue