Skip to content

Commit

Permalink
Avoid jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 25, 2024
1 parent 8a80069 commit b24db54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [ '8', '11', '17', '21' ]
java: [ '8', '11', '17' ]
steps:
- uses: actions/checkout@v4

Expand All @@ -70,7 +70,7 @@ jobs:
distribution: temurin
java-version: |
${{ matrix.java }}
21
17
- uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</scm>

<properties>
<minimalJavaBuildVersion>21</minimalJavaBuildVersion>
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
<jdkToolchainVersion>[${minimalJavaBuildVersion},)</jdkToolchainVersion>
<minimalMavenBuildVersion>3.9.8</minimalMavenBuildVersion>

Expand Down

0 comments on commit b24db54

Please sign in to comment.