File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 21
21
matrix :
22
22
java :
23
23
- 17
24
- - 21
24
+ - 25
25
25
os :
26
26
- ubuntu-22.04-arm
27
27
- ubuntu-22.04
@@ -36,12 +36,17 @@ jobs:
36
36
fetch-depth : 300
37
37
- name : Fetch tags
38
38
run : git fetch --depth=300 origin +refs/tags/*:refs/tags/*
39
+ - name : Set JVM options for JDK 25+
40
+ if : matrix.java >= 25
41
+ run : echo "JAVA_TOOL_OPTIONS=-XX:+UseCompactObjectHeaders" >> $GITHUB_ENV
42
+ shell : bash
39
43
- name : Cache SBT deps
40
44
uses : coursier/cache-action@v6
41
45
- name : Setup Scala with SBT
42
- uses : coursier/setup-action@v1
46
+ uses : coursier/setup-action@v1.3.9
43
47
with :
44
48
jvm : temurin:${{ matrix.java }}
49
+ jvm-index : https://raw.githubusercontent.com/coursier/jvm-index/refs/heads/master/index.json
45
50
apps : sbt
46
51
- name : Setup Node.js
47
52
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments