Skip to content

Commit 5e2f41e

Browse files
committed
Now tests are fixed move Java 21 and 23 builds from experimental
1 parent 3803485 commit 5e2f41e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,8 @@ jobs:
3131
continue-on-error: ${{ matrix.experimental }}
3232
strategy:
3333
matrix:
34-
java: [ 8, 11, 17 ]
34+
java: [ 8, 11, 17, 21, 23 ]
3535
experimental: [false]
36-
include:
37-
- java: 21
38-
experimental: true
39-
- java: 23
40-
experimental: true
4136

4237
steps:
4338
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

0 commit comments

Comments
 (0)