diff options
author | Patrick Schratz <patrick.schratz@gmail.com> | 2021-05-22 00:11:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 18:11:48 -0400 |
commit | d957a1569a37e97c1f2b995168a370a83208e233 (patch) | |
tree | 4f3f4d36c4aed979dca3e85ffe16a2911c3b1357 /.drone.yml | |
parent | fec832402625d856aba0cc2fbdec9e773469ad87 (diff) | |
download | gitea-d957a1569a37e97c1f2b995168a370a83208e233.tar.gz gitea-d957a1569a37e97c1f2b995168a370a83208e233.zip |
Bump `postgres` and `mysql` versions (#15710)
* bump postgres and mysql DB versions
* posgres test against v10
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 004b53a2e9..3d9a62ee73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -153,7 +153,7 @@ services: MYSQL_DATABASE: test - name: mysql8 - image: mysql:8.0 + image: mysql:8 environment: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: testgitea @@ -319,7 +319,7 @@ trigger: services: - name: pgsql pull: default - image: postgres:9.5 + image: postgres:10 environment: POSTGRES_DB: test POSTGRES_PASSWORD: postgres |