Skip to content

Commit 7c0d005

Browse files
committed
Add current Java version and EA version to GH builds for 2.x
1 parent 1d34306 commit 7c0d005

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
continue-on-error: ${{ matrix.experimental }}
3232
strategy:
3333
matrix:
34-
java: [ 8, 11, 17, 21 ]
34+
java: [ 8, 11, 17, 21, 23 ]
3535
experimental: [false]
36-
# include:
37-
# - java: 22-ea
38-
# experimental: true
36+
include:
37+
- java: 24-ea
38+
experimental: true
3939

4040
steps:
4141
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

0 commit comments

Comments
 (0)