File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 matrix :
2323 os : [ubuntu-latest]
2424 scala : [3]
25- java : [temurin@21 ]
25+ java : [temurin@25 ]
2626 project : [jvm]
2727 runs-on : ${{ matrix.os }}
2828 timeout-minutes : 60
3131 - uses : coursier/cache-action@v8
3232 - uses : coursier/setup-action@main
3333 with :
34- jvm : temurin@21
34+ jvm : temurin@25
3535 apps : scala-cli
3636 - name : Checkout current branch (full)
3737 uses : actions/checkout@main
@@ -106,7 +106,7 @@ jobs:
106106 - uses : coursier/cache-action@v8
107107 - uses : coursier/setup-action@main
108108 with :
109- jvm : temurin@21
109+ jvm : temurin@25
110110 apps : scala-cli
111111
112112 - name : Import GPG key
@@ -140,7 +140,7 @@ jobs:
140140 - uses : coursier/cache-action@v8
141141 - uses : coursier/setup-action@main
142142 with :
143- jvm : temurin@21
143+ jvm : temurin@25
144144 apps : scala-cli
145145 - uses : actions/checkout@main
146146 with :
You can’t perform that action at this time.
0 commit comments