Skip to content

Commit

Permalink
Replace Java 19 with Java 21 in maven GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 12, 2023
1 parent d1204d9 commit 7cc0eab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/toolchains.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<toolchain>
<type>jdk</type>
<provides>
<id>JavaSE-19</id>
<version>19</version>
<id>JavaSE-21</id>
<version>21</version>
</provides>
<configuration>
<jdkHome>${env.JAVA_HOME_19_X64}</jdkHome>
<jdkHome>${env.JAVA_HOME_21_X64}</jdkHome>
</configuration>
</toolchain>
<toolchain>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: |
8
11
19
21
17
distribution: 'temurin'
- name: Cache local Maven repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: |
8
11
19
21
17
distribution: 'temurin'
- name: Cache local Maven repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-platform2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: |
8
11
19
21
17
distribution: 'temurin'
- name: Cache local Maven repository
Expand Down

0 comments on commit 7cc0eab

Please sign in to comment.