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

github.com/nextcloud/text.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:11:45 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-03 11:11:45 +0300
commitcaacc397a24f7cdc42763fb9bc6285a3d82dd8c3 (patch)
treefe378da38deb2f18864773eb5dff865d1f5e8e28 /.github/workflows
parentb095cabfb406754b92f1f4a91499d1835c800485 (diff)
Update stable21 target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/oci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index 18a75d9c0..5462828eb 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -24,7 +24,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}