Skip to content

Commit

Permalink
fixing JDK version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Dec 9, 2024
1 parent 0fcb34a commit 184f453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Setup Nextflow latest-edge
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**/__pycache__/*
.nextflow*
**/work**
**/work/**
*/logs/*
**/ec_info/*
.nf-test*

0 comments on commit 184f453

Please sign in to comment.