diff options
author | Joas Schilling <coding@schilljs.com> | 2024-08-27 17:49:12 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-08-27 17:49:12 +0200 |
commit | 5129e5ad3068b44b8c7eca34141b1f3e6b8ec779 (patch) | |
tree | 018f6d7078fd55a90ca50d22368e14a1b8f57e33 /.github/workflows/phpunit-nodb.yml | |
parent | 364ddf049c9611fa6802958b9e2cfc832227cb3d (diff) | |
download | nextcloud-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.yml | 2 |
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' }} |