Skip to content

Commit bd81c4c

Browse files
committed
fix(ci): add J17
cleanup automatically close #905
1 parent 5b1a002 commit bd81c4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: true
88
matrix:
9-
jdk: ['8', '11']
9+
jdk: ['8', '17']
1010
os: [ubuntu-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338
<alias>existdb-docs-tests</alias>
339339
<name>duncdrum/existdb:latest</name>
340340
<run>
341+
<autoRemove>true</autoRemove>
341342
<ports>
342343
<port>8080:8080</port>
343344
</ports>

0 commit comments

Comments
 (0)