test
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 1m15s
Unit Testing / PHPUnit – PHP 8.1 (pull_request) Successful in 1m47s
Unit Testing / PHPUnit – PHP 8.2 (pull_request) Failing after 1m24s
Unit Testing / PHPUnit – PHP 8.3 (pull_request) Failing after 1m5s

This commit is contained in:
André Menrath 2024-09-21 13:44:44 +02:00
parent 943dcd8cb5
commit b4e6fef665
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
name: Run PHP Code Checker
name: PHP Code Checker
env:
extensions: mysql
key: cache-v1

View file

@ -42,7 +42,7 @@ jobs:
uses: https://code.forgejo.org/actions/cache@v4
with:
path: |
./vendor/install
./vendor/
key: cache-composer-phpunit-1
- name: Setup PHP