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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-11-12 10:44:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-11-18 12:32:00 +0300
commit923905a524d9d04123d0578988de7d185f9d9f98 (patch)
tree29e449a9b94f072b9e86a16e87be93f53a2b86b8
parent2246f4f86330dfaffaa1c687f727bea3f0bac1fe (diff)
Pin mariadb test version to 10.5
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-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 4b864e4..ddd8aea 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
name: Nextcloud ${{ matrix.nextcloud-version }} acceptance tests on php${{ matrix.php-version }}/${{ matrix.browser }}/${{ matrix.db }}
services:
mysql-service:
- image: mariadb:10
+ image: mariadb:10.5
env:
MYSQL_ROOT_PASSWORD: my-secret-pw
MYSQL_DATABASE: nextcloud