Skip to content

Commit d574fa5

Browse files
committed
more jdk
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 77c85b0 commit d574fa5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest,windows-latest, macOS-latest]
28-
java: [8, 11, 14, 15-ea]
28+
java: [8, 11, 14, 15, 16, 17-ea]
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.os }}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/plexus-java/.settings
88
/plexus-java/target
99
*.iml
10+
.idea/

0 commit comments

Comments
 (0)