Skip to content

Commit

Permalink
Merge pull request #3208 from harawata/jdk-24-ea
Browse files Browse the repository at this point in the history
[ci] Add JDK 24 early access to CI build
  • Loading branch information
hazendaz authored Aug 2, 2024
2 parents 1d58e3f + ef4070d commit 60dfaca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
cache: [maven]
distribution: [temurin]
java: [11, 17, 21, 22, 23-ea]
java: [11, 17, 21, 22, 23-ea, 24-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
<java.test.version>16</java.test.version>
<java.test.release.version>16</java.test.release.version>
<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>
<allowed.build.jdks>[11,12),[17,18),[21,22),[22,23),[23,24)</allowed.build.jdks>
<allowed.build.jdks>[11,12),[17,18),[21,22),[22,23),[23,24),[24,25)</allowed.build.jdks>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 60dfaca

Please sign in to comment.