diff options
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 0d312ca8ba..f04853de9b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -42,7 +42,7 @@ environment: services: # the setup scripts have to be touched, once some other db version is used - mysql - - postgresql96 + - postgresql10 platform: - x64 |