We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebd858 commit 1e905fcCopy full SHA for 1e905fc
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: true
8
matrix:
9
- jdk: ['8', '11']
+ jdk: ['8', '17']
10
os: [ubuntu-latest]
11
runs-on: ${{ matrix.os }}
12
steps:
pom.xml
@@ -338,6 +338,7 @@
338
<alias>existdb-docs-tests</alias>
339
<name>duncdrum/existdb:latest</name>
340
<run>
341
+ <autoRemove>true</autoRemove>
342
<ports>
343
<port>8080:8080</port>
344
</ports>
0 commit comments