We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d94b4 commit aeaf090Copy full SHA for aeaf090
.github/workflows/build.yml
@@ -18,10 +18,9 @@ jobs:
18
matrix:
19
os: [ ubuntu-latest ]
20
java:
21
- - 8.0
22
- - 11
23
- 17
24
- 21
+ - 25
25
runs-on: ${{ matrix.os }}
26
steps:
27
@@ -40,7 +39,7 @@ jobs:
40
39
uses: actions/setup-java@v5
41
with:
42
java-version: ${{ matrix.java }}
43
- distribution: 'adopt'
+ distribution: 'temurin'
44
45
- uses: sbt/setup-sbt@v1
46
.github/workflows/version-policy-check.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments