Commit 19fa55e 1 parent 05d6d1d commit 19fa55e Copy full SHA for 19fa55e
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,43 +15,43 @@ jobs:
15
15
- os : ubuntu-latest
16
16
java : 8
17
17
distribution : zulu
18
- jobtype : 1
18
+ jobtype : sbt- 1
19
19
- os : ubuntu-latest
20
20
java : 8
21
21
distribution : temurin
22
- jobtype : 2
22
+ jobtype : sbt- 2
23
23
- os : ubuntu-latest
24
24
java : 21
25
25
distribution : temurin
26
- jobtype : 1
26
+ jobtype : sbt- 1
27
27
- os : ubuntu-latest
28
28
java : 24-ea
29
29
distribution : temurin
30
- jobtype : 1
30
+ jobtype : sbt- 1
31
31
- os : windows-latest
32
32
java : 11
33
33
distribution : temurin
34
- jobtype : 1
34
+ jobtype : sbt- 1
35
35
env :
36
36
# define Java options for both official sbt and sbt-extras
37
37
JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
38
38
JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
39
39
steps :
40
40
- uses : actions/checkout@v4
41
41
- name : Setup JDK
42
- uses : actions/setup-java@v3
42
+ uses : actions/setup-java@v4
43
43
with :
44
44
distribution : " ${{ matrix.distribution }}"
45
45
java-version : " ${{ matrix.java }}"
46
46
cache : sbt
47
47
- uses : sbt/setup-sbt@v1
48
48
- name : Build and test (sbt 1.x)
49
- if : ${{ matrix.jobtype == 1 }}
49
+ if : ${{ matrix.jobtype == 'sbt-1' }}
50
50
shell : bash
51
51
run : |
52
52
sbt -v ++2.12.x scripted
53
53
- name : Build and test (sbt 2.x)
54
- if : ${{ matrix.jobtype == 2 }}
54
+ if : ${{ matrix.jobtype == 'sbt-2' }}
55
55
shell : bash
56
56
run : |
57
57
sbt -v ++3.x scripted
You can’t perform that action at this time.
0 commit comments