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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/phpunit-sqlite.yml')
-rw-r--r--.github/workflows/phpunit-sqlite.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index 1585a8ec..c1b0b87c 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['stable25']
steps:
- name: Checkout server