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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-11-11 12:35:31 +0300
committerGitHub <noreply@github.com>2021-11-11 12:35:31 +0300
commit1a76cdcd0367e7a3061b2dfaf776170561cafc6e (patch)
tree0b7b2a4cb1f2f071d722db918d992d6e52b4095f
parentc05c0059cc734be4acfc3e219db524602911d74a (diff)
parentb4e240498159b2e5e7dbae3e48ecef7b25a92a1f (diff)
Merge pull request #290 from nextcloud/update-stable23-target-versionsv23.0.1rc1v23.0.0rc3v23.0.0rc2v23.0.0rc1v23.0.0
Update stable23 target versions
-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 eb643be..a66fbae 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: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -84,7 +84,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4', '8']
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -149,7 +149,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -216,7 +216,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}