File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010  integration_tests :
1111    strategy :
1212      matrix :
13-         java : [ 17, 21 ] 
13+         java : [ 17, 21, 24  ] 
1414        kubernetes : [ 'v1.29.12','1.30.8', '1.31.4', '1.32.0' ] 
1515    uses : ./.github/workflows/integration-tests.yml 
1616    with :
2323        httpclient : [ 'vertx', 'jdk', 'jetty' ] 
2424    uses : ./.github/workflows/integration-tests.yml 
2525    with :
26-       java-version : 21 
26+       java-version : 24 
2727      kube-version : ' 1.32.0' 
2828      http-client : ${{ matrix.httpclient }} 
2929      experimental : true 
3333    runs-on : ubuntu-latest 
3434    strategy :
3535      matrix :
36-         java : [ 17, 21 ] 
36+         java : [ 17, 21, 24  ] 
3737    steps :
3838      - uses : actions/checkout@v4 
3939      - name : Set up Java and Maven 
Original file line number Diff line number Diff line change 2222        uses : actions/setup-java@v4 
2323        with :
2424          distribution : temurin 
25-           java-version : 17 
25+           java-version : 21 
2626          cache : ' maven' 
2727      - name : Check code format 
2828        run : | 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments