Skip to content

Commit e560ae9

Browse files
authored
Update build matrix
1 parent 959fd53 commit e560ae9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ jobs:
2020
strategy:
2121
matrix:
2222
java:
23-
- graalvm@
24-
- zulu@1.8
25-
- zulu@1.11
23+
- 11
24+
- 21
2625
os:
27-
- ubuntu-latest
28-
- macOS-latest
29-
- windows-latest
26+
- ubuntu-22.04-arm
27+
- ubuntu-22.04
3028
fail-fast: false
3129
steps:
3230
- name: Configure git
@@ -38,9 +36,10 @@ jobs:
3836
- name: Fetch tags
3937
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
4038
- uses: coursier/cache-action@v5
41-
- uses: olafurpg/setup-scala@v12
39+
- name: Setup Scala with SBT
40+
uses: coursier/setup-action@v1
4241
with:
43-
java-version: ${{matrix.java}}
42+
apps: sbt
4443
- name: Compile, test and check binary compatibility
4544
run: "sbt -batch clean +test +mimaReportBinaryIssues"
4645
shell: bash

0 commit comments

Comments
 (0)