Skip to content

Commit a7cd0df

Browse files
committed
Update GitHub actions workflow for Java 21
1 parent 0fd4c24 commit a7cd0df

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ jobs:
99
build-and-test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

14-
- uses: actions/setup-java@v3
14+
- uses: actions/setup-java@v5
1515
with:
16-
distribution: 'liberica'
17-
java-version: '17.0'
16+
distribution: zulu
17+
java-version: 21.0.2
1818
java-package: jdk+fx
19+
cache: sbt
1920

2021
- uses: sbt/setup-sbt@v1
21-
22+
2223
- name: Clone Models
2324
run: |
2425
cd ..

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.7
1+
sbt.version=1.10.1

0 commit comments

Comments
 (0)