Skip to content

Commit

Permalink
upgrade server target versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Sep 2, 2023
1 parent d6cd8cd commit e0d03e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adapter/mssql/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL ?= bash

MSSQL_VERSION ?= 2019-latest
MSSQL_SUPPORTED ?= $(MSSQL_VERSION) 2017-latest
MSSQL_VERSION ?= 2022-latest
MSSQL_SUPPORTED ?= $(MSSQL_VERSION) 2019-latest
PROJECT ?= upper_mssql_$(MSSQL_VERSION)

DB_HOST ?= 127.0.0.1
Expand Down
2 changes: 1 addition & 1 deletion adapter/mysql/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL ?= bash

MYSQL_VERSION ?= 8
MYSQL_VERSION ?= 8.1
MYSQL_SUPPORTED ?= $(MYSQL_VERSION) 5.7
PROJECT ?= upper_mysql_$(MYSQL_VERSION)

Expand Down

0 comments on commit e0d03e9

Please sign in to comment.