Testing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
Build and test / requirements (push) Failing after 2m3s

This commit is contained in:
Jens True 2023-07-24 11:49:51 +00:00
parent 51a06fa66c
commit 58f0bc61c7

@ -14,8 +14,10 @@ jobs:
php-version: '8.2' php-version: '8.2'
extensions: mbstring, xml, curl, zip extensions: mbstring, xml, curl, zip
tools: composer, php-doc tools: composer, php-doc
coverage: xdebug
- name: Install dependencies - name: Install dependencies
run: | run: |
composer config github-oauth.github.com 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
composer install composer install
composer analyze composer analyze
apt update apt update