mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
setup apcu in ci
This commit is contained in:
parent
71f6e61a2f
commit
30036d6f31
1 changed files with 10 additions and 0 deletions
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
|
|
@ -8,6 +8,11 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
- name: Setup PHP
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: '8.0'
|
||||||
|
extensions: apcu
|
||||||
- name: PHP-CS-Fixer
|
- name: PHP-CS-Fixer
|
||||||
uses: OskarStark/php-cs-fixer-ga@2.16.7
|
uses: OskarStark/php-cs-fixer-ga@2.16.7
|
||||||
with:
|
with:
|
||||||
|
|
@ -19,6 +24,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Setup PHP
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: '8.0'
|
||||||
|
extensions: apcu
|
||||||
- uses: php-actions/composer@v2
|
- uses: php-actions/composer@v2
|
||||||
- uses: php-actions/phpstan@v1
|
- uses: php-actions/phpstan@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue