File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 2424  test-sbt :
2525    strategy :
2626      matrix :
27-         os : [ubuntu-latest, windows-latest, macOS-latest] 
28-         jvm : ['adopt:1.8', 'adopt:1.11', 'temurin:1.17'] 
27+         include :
28+         - os : ubuntu-latest 
29+           jvm : ' adoptium:1.8.0-412' 
30+         - os : window-latest 
31+           jvm : ' adoptium:1.11.0.23' 
32+         - os : macOS-latest 
33+           jvm : ' adoptium:1.17' 
2934      fail-fast : false 
3035    name : Test sbt plugin on ${{ matrix.os }} - ${{ matrix.jvm }} 
3136    runs-on : ${{ matrix.os }} 
3843      GITHUB_TOKEN : ${{ github.token }} 
3944    steps :
4045    - uses : actions/checkout@v3 
41-     - uses : coursier/setup-action@v1.2.0-M3  
46+     - uses : coursier/setup-action@v1.3.5  
4247      with :
4348        jvm : ${{ matrix.jvm }} 
4449        apps : sbt 
5156    if : github.event_name == 'push' || github.event.pull_request.head.repo.owner.login == 'scalacenter' 
5257    strategy :
5358      matrix :
59+         include :
60+         - os : ubuntu-latest 
61+           jvm : ' adoptium:1.21' 
62+         - os : macOS-latest 
63+           jvm : ' adoptium:1.17' 
64+         - os : windows-latest 
65+           jvm : ' adoptium:1.8.0-412' 
5466        os : [ubuntu-latest, macOS-latest, windows-latest] 
5567      fail-fast : false 
5668    name : Test Github action on ${{ matrix.os }} 
5971      contents : write 
6072    steps :
6173    - uses : actions/checkout@v3 
74+     - 
uses : 
coursier/[email protected]  75+       with :
76+         jvm : ${{ matrix.jvm }} 
77+         apps : sbt 
6278    - run : sbt publishLocal 
6379      working-directory : sbt-plugin 
6480    - run : npm version 
Original file line number Diff line number Diff line change 99    runs-on : ubuntu-latest 
1010    steps :
1111      - uses : actions/checkout@v3 
12-       - uses : coursier/setup-action@v1.2.0-M3  
12+       - uses : coursier/setup-action@v1.3.5  
1313        with :
1414          apps : sbt 
1515          jvm : ' adopt:1.8' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments