Update version in tests.yml (#4432)
				
					
				
			This commit is contained in:
		
							parent
							
								
									810058cd55
								
							
						
					
					
						commit
						cf079b8b7d
					
				
							
								
								
									
										12
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @ -13,7 +13,7 @@ jobs: | ||||
|   sqlite: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         go: ['1.16', '1.15', '1.14'] | ||||
|         go: ['1.16', '1.15'] | ||||
|         platform: [ubuntu-latest] # can not run in windows OS | ||||
|     runs-on: ${{ matrix.platform }} | ||||
| 
 | ||||
| @ -38,8 +38,8 @@ jobs: | ||||
|   mysql: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         dbversion: ['mysql:latest', 'mysql:5.7', 'mysql:5.6', 'mariadb:latest'] | ||||
|         go: ['1.16', '1.15', '1.14'] | ||||
|         dbversion: ['mysql:latest', 'mysql:5.7', 'mariadb:latest'] | ||||
|         go: ['1.16', '1.15'] | ||||
|         platform: [ubuntu-latest] | ||||
|     runs-on: ${{ matrix.platform }} | ||||
| 
 | ||||
| @ -82,8 +82,8 @@ jobs: | ||||
|   postgres: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         dbversion: ['postgres:latest', 'postgres:11', 'postgres:10'] | ||||
|         go: ['1.16', '1.15', '1.14'] | ||||
|         dbversion: ['postgres:latest', 'postgres:12', 'postgres:11', 'postgres:10'] | ||||
|         go: ['1.16', '1.15'] | ||||
|         platform: [ubuntu-latest] # can not run in macOS and Windows | ||||
|     runs-on: ${{ matrix.platform }} | ||||
| 
 | ||||
| @ -125,7 +125,7 @@ jobs: | ||||
|   sqlserver: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         go: ['1.16', '1.15', '1.14'] | ||||
|         go: ['1.16', '1.15'] | ||||
|         platform: [ubuntu-latest] # can not run test in macOS and windows | ||||
|     runs-on: ${{ matrix.platform }} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 s-takehana
						s-takehana