aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-nodb.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-08-27 17:49:12 +0200
committerJoas Schilling <coding@schilljs.com>2024-08-27 17:49:12 +0200
commit5129e5ad3068b44b8c7eca34141b1f3e6b8ec779 (patch)
tree018f6d7078fd55a90ca50d22368e14a1b8f57e33 /.github/workflows/phpunit-nodb.yml
parent364ddf049c9611fa6802958b9e2cfc832227cb3d (diff)
downloadnextcloud-server-5129e5ad3068b44b8c7eca34141b1f3e6b8ec779.tar.gz
nextcloud-server-5129e5ad3068b44b8c7eca34141b1f3e6b8ec779.zip
ci: Don't run things normally and with coverage flag on the same configuration
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/phpunit-nodb.yml')
-rw-r--r--.github/workflows/phpunit-nodb.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-nodb.yml b/.github/workflows/phpunit-nodb.yml
index 8eed603277c..4e8529e35a6 100644
--- a/.github/workflows/phpunit-nodb.yml
+++ b/.github/workflows/phpunit-nodb.yml
@@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
- php-versions: ['8.1', '8.2', '8.3']
+ php-versions: ['8.1', '8.3']
include:
- php-versions: '8.2'
coverage: ${{ github.event_name != 'pull_request' }}