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
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:
parent
e0b66de594
commit
943dcd8cb5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue