Skip to content

Commit

Permalink
[GHA] Require jdk 21 to build, allow 23, coverity to java 21 now as s…
Browse files Browse the repository at this point in the history
…upported
  • Loading branch information
hazendaz committed Mar 17, 2024
1 parent d6c2114 commit 0c1ec29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-latest]
java: [17, 21, 22-ea]
java: [21, 22-ea, 23-ea]
distribution: ['temurin']
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: zulu
- name: Analyze with Coverity
run: |
Expand Down
2 changes: 1 addition & 1 deletion Source/JNA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
</excludes>
</enforceBytecodeVersion>
<requireJavaVersion>
<version>[17,18),[21,22),[22,23)</version>
<version>[21,22),[22,23),[23,24)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[${maven.min-version},)</version>
Expand Down

0 comments on commit 0c1ec29

Please sign in to comment.