fix ci workflow matrix: remove currently unused event_plugin
Some checks failed
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 53s
PHP Code Checker / PHP Code Checker (pull_request) Failing after 38s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 58s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 54s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m0s
Some checks failed
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 53s
PHP Code Checker / PHP Code Checker (pull_request) Failing after 38s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 58s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 54s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m0s
This commit is contained in:
parent
f04f0295b9
commit
4febff50ef
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
php-version: ['8.1', '8.2', '8.3']
|
||||
event-plugin: []
|
||||
name: PHPUnit – PHP ${{ matrix.php-version }}
|
||||
env:
|
||||
extensions: mysql
|
||||
|
|
Loading…
Reference in a new issue