Skip to content

Commit a2e87c5

Browse files
authored
Update maven.yml
1 parent 19bad26 commit a2e87c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [17, 21, 22]
12+
java: [17, 21, 23]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: windows-latest
3333
strategy:
3434
matrix:
35-
java: [17, 21, 22]
35+
java: [17, 21, 23]
3636

3737
steps:
3838
- uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: macOS-latest
5151
strategy:
5252
matrix:
53-
java: [17, 21, 22]
53+
java: [17, 21, 23]
5454

5555
steps:
5656
- uses: actions/checkout@v4
@@ -70,11 +70,11 @@ jobs:
7070
- uses: actions/checkout@v4
7171
with:
7272
fetch-depth: 0
73-
- name: Set up JDK 17
73+
- name: Set up JDK 21
7474
uses: actions/setup-java@v4
7575
with:
7676
distribution: 'corretto'
77-
java-version: 17
77+
java-version: 21
7878
cache: 'maven'
7979
- name: Cache SonarCloud packages
8080
uses: actions/cache@v3

0 commit comments

Comments
 (0)