From 4febff50ef6c5a3e93687e276fb7808d0affd2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 24 Sep 2024 15:39:09 +0200 Subject: [PATCH] fix ci workflow matrix: remove currently unused event_plugin --- .forgejo/workflows/phpunit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index f0d590f..23321d9 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -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