Add a test case for ES8 (#27248)
This commit is contained in:
		
							parent
							
								
									e836d078bb
								
							
						
					
					
						commit
						ad637eacd1
					
				
							
								
								
									
										9
									
								
								.github/workflows/test-ruby.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/test-ruby.yml
									
									
									
									
										vendored
									
									
								
							@ -282,8 +282,8 @@ jobs:
 | 
				
			|||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
          - 6379:6379
 | 
					          - 6379:6379
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      elasticsearch:
 | 
					      search:
 | 
				
			||||||
        image: docker.elastic.co/elasticsearch/elasticsearch:7.17.13
 | 
					        image: ${{ matrix.search-image }}
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          discovery.type: single-node
 | 
					          discovery.type: single-node
 | 
				
			||||||
          xpack.security.enabled: false
 | 
					          xpack.security.enabled: false
 | 
				
			||||||
@ -313,6 +313,11 @@ jobs:
 | 
				
			|||||||
          - '3.0'
 | 
					          - '3.0'
 | 
				
			||||||
          - '3.1'
 | 
					          - '3.1'
 | 
				
			||||||
          - '.ruby-version'
 | 
					          - '.ruby-version'
 | 
				
			||||||
 | 
					        search-image:
 | 
				
			||||||
 | 
					          - docker.elastic.co/elasticsearch/elasticsearch:7.17.13
 | 
				
			||||||
 | 
					        include:
 | 
				
			||||||
 | 
					          - ruby-version: '.ruby-version'
 | 
				
			||||||
 | 
					            search-image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user