test
Some checks failed
PHP Code Checker / Run PHP Code Checker (pull_request) Successful in 51s
Unit Testing / PHPUnit – PHP 8.2 (pull_request) Failing after 6m18s
Unit Testing / PHPUnit – PHP 8.1 (pull_request) Successful in 6m24s
Unit Testing / PHPUnit – PHP 8.3 (pull_request) Failing after 6m5s

This commit is contained in:
André Menrath 2024-09-21 13:42:19 +02:00
parent e0b66de594
commit 943dcd8cb5

View file

@ -20,7 +20,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php-version: ['8.1', '8.2', '8.3'] php-version: ['8.1', '8.2', '8.3']
name: Run PHPUnit ${{ matrix.php-version }} name: PHPUnit PHP ${{ matrix.php-version }}
env: env:
extensions: mysql extensions: mysql
key: cache-v1 key: cache-v1