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:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-04-21 13:26:06 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-04-22 12:14:22 +0300
commit09bb03ae18356e481532bba76ffe2bcf80edb5bf (patch)
treee843e8ab2f76fdf8f5c46790832cecd9069105e0 /.github
parentcb0d7bf72ca3c62dc6e68a18b9cf35fc6d49dc16 (diff)
Revert "Run integration tests on stable24"revert-6277-techdebt/noid/run-integration-tests-on-stable24
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
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 0dde0a1f3..9e0dc6365 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: