File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212      matrix :
1313        include :
1414          - java : 8 
15-           - java : 21 
15+           - java : 25 
1616    steps :
1717    - uses : actions/checkout@v5 
1818    - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165  #  v5.0.0
1919      with :
2020        java-version : ${{matrix.java}} 
21-         distribution : adopt 
21+         distribution : zulu 
2222    - uses : coursier/cache-action@v6 
2323    - uses : sbt/setup-sbt@v1 
2424    - run : | 
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ compile / javacOptions += "-Xlint"
8686
8787compile /  javacOptions ++=  {
8888  CrossVersion .partialVersion(scalaVersion.value) match  {
89-     case  Some ((2 , v)) if  v <=  11  => 
89+     case  Some ((2 , v)) if  v <=  11  &&   ! sys.env.isDefinedAt( " GITHUB_ACTION " )  => 
9090      Seq (" -target"  , " 6"  , " -source"  , " 6"  )
9191    case  _ => 
9292      Seq (" -target"  , " 8"  , " -source"  , " 8"  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments