mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	use rebuilt mssql-2017 image (#32109)
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/pull-db-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/pull-db-tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -198,11 +198,12 @@ jobs: | ||||
|   test-mssql: | ||||
|     if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true' | ||||
|     needs: files-changed | ||||
|     runs-on: ubuntu-latest | ||||
|     # specifying the version of ubuntu in use as mssql fails on newer kernels | ||||
|     # pending resolution from vendor | ||||
|     runs-on: ubuntu-20.04 | ||||
|     services: | ||||
|       mssql: | ||||
|         # some images before 2024-04 can't run on new kernels | ||||
|         image: mcr.microsoft.com/mssql/server:2019-latest | ||||
|         image: mcr.microsoft.com/mssql/server:2017-latest | ||||
|         env: | ||||
|           ACCEPT_EULA: Y | ||||
|           MSSQL_PID: Standard | ||||
|   | ||||
		Reference in New Issue
	
	Block a user