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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-02-03 11:10:57 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-03 11:10:57 +0300
commit1f5b9b73ddcd06eeb4a9bdeb3fedb6a3beb243f8 (patch)
tree0aac3ca4a5e2db3f2dc8b8cef82627575a9f9423 /.github
parent2a8a937b3f2ecc477d2b11fc19ba9cf35a397a69 (diff)
Update stable21 target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index aa1564d49..ecc0ae13d 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -82,7 +82,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -153,7 +153,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -226,7 +226,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}