Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna <anna@nextcloud.com>2022-04-25 13:17:15 +0300
committerGitHub <noreply@github.com>2022-04-25 13:17:15 +0300
commitb9d58110ae19393703038aef79b63f835f4bb4c4 (patch)
tree245a3286c13acf3e51c16fbcba9d429c4515c57b /.github
parentf334436fd3da4e2ec92b26502e5f9451fb14805e (diff)
parent09bb03ae18356e481532bba76ffe2bcf80edb5bf (diff)
Merge pull request #6278 from nextcloud/revert-6277-techdebt/noid/run-integration-tests-on-stable24
Revert "Run integration tests on stable24"
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d74759847..7768888db 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
php-versions: [7.4, 8.0]
- nextcloud-versions: ['stable24']
+ nextcloud-versions: ['master']
db: ['sqlite', 'mysql', 'pgsql']
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
services: