Skip to content

Commit

Permalink
fix(ci): add J17
Browse files Browse the repository at this point in the history
cleanup automatically

close #905
  • Loading branch information
duncdrum committed Dec 19, 2023
1 parent 8ebd858 commit 1e905fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: true
matrix:
jdk: ['8', '11']
jdk: ['8', '17']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
<alias>existdb-docs-tests</alias>
<name>duncdrum/existdb:latest</name>
<run>
<autoRemove>true</autoRemove>
<ports>
<port>8080:8080</port>
</ports>
Expand Down

0 comments on commit 1e905fc

Please sign in to comment.