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 5eac54d commit 3a5303fCopy full SHA for 3a5303f
.github/workflows/maven.yml
@@ -5,14 +5,14 @@ on: [push]
5
jobs:
6
test:
7
runs-on: ubuntu-latest
8
- name: Java 17 test build
+ name: Java 21 test build
9
steps:
10
- name: "Check out code"
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
- name: "Set up JDK"
13
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
14
with:
15
- java-version: 17
+ java-version: 21
16
distribution: "zulu"
17
cache: 'maven'
18
- name: "Build with Maven"
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: "set up JDK"
20
uses: actions/setup-java@v4
21
22
23
24
25
0 commit comments