Skip to content

Commit

Permalink
Dropped support for JDK 11 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 23, 2024
1 parent f080c83 commit ccbbd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
java_version: [11, 17, 19]
java_version: [17, 19]
runs-on: ${{ matrix.os }}

steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Use package cache instead of `params` to find output URIs
(in order to support dynamic URIs set by, e.g. `main.nf`)
- Allow setting metadata from inside the workflow
- Dropped support for JDK 11 on Windows, deprecated on other platforms

## [0.8.6] 2024-09-11

Expand Down

0 comments on commit ccbbd9c

Please sign in to comment.