Skip to content

Commit

Permalink
Fix GHA - Minimal Java is 17 (#50)
Browse files Browse the repository at this point in the history
* update CHANGELOG

* minimal java to 17
  • Loading branch information
maxulysse authored Dec 3, 2024
1 parent 4486be7 commit c4a5538
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: "temurin"
java-version: "17"

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: "3.11"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Initial release of nf-core/references, created with the [nf-core](https://nf-co.
- [33](https://github.com/nf-core/references/pull/33) - Deal with existing faidx, sizes
- [36](https://github.com/nf-core/references/pull/36) - Deal intervals generation
- [39](https://github.com/nf-core/references/pull/39) - Fix gtf generation and dependencies
- [50](https://github.com/nf-core/references/pull/50) - Minimal JAVA is 17

### Dependencies

Expand Down

0 comments on commit c4a5538

Please sign in to comment.