Skip to content

Commit a49b3c9

Browse files
committed
Add 23-ea to the matrix
1 parent 9ac214c commit a49b3c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
java: [11, 17, 21, 22-ea]
11+
java: [11, 17, 21, 22-ea, 23-ea]
1212
distribution: ['temurin']
1313
fail-fast: false
1414
max-parallel: 4

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@
504504
<java.test.version>16</java.test.version>
505505
<java.test.release.version>16</java.test.release.version>
506506
<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>
507+
<allowed.build.jdks>[11,12),[17,18),[21,22),[22,23),[23,24)</allowed.build.jdks>
507508
</properties>
508509
</profile>
509510
<profile>

0 commit comments

Comments
 (0)