mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Require MySQL 8.0, PostgreSQL 12, MSSQL 2012 (#27337)
- MySQL 5.7 support and testing is dropped - MySQL tests now execute against 8.1, up from 5.7 and 8.0 - PostgreSQL 10 and 11 support ist dropped - PostgreSQL tests now execute against 16, up from 15 - MSSQL 2008 support is dropped - MSSQL tests now run against locked 2022 version Fixes: https://github.com/go-gitea/gitea/issues/25657 Ref: https://endoflife.date/mysql Ref: https://endoflife.date/postgresql Ref: https://endoflife.date/mssqlserver ## ⚠️ BREAKING ⚠️ Support for MySQL 5.7, PostgreSQL 10 and 11, and MSSQL 2008 is dropped. You are encouraged to upgrade to supported versions. --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
		@@ -79,7 +79,7 @@ sqlite 数据库:
 | 
			
		||||
make test-sqlite#GPG
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
其它数据库(把 MSSQL 替换为 MYSQL, MYSQL8, PGSQL):
 | 
			
		||||
其它数据库(把 MSSQL 替换为 MYSQL, PGSQL):
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
TEST_MSSQL_HOST=localhost:1433 TEST_MSSQL_DBNAME=test TEST_MSSQL_USERNAME=sa TEST_MSSQL_PASSWORD=MwantsaSecurePassword1 make test-mssql#GPG
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user