Skip to content

Commit

Permalink
use java v17
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 3, 2024
1 parent 1857ebf commit 14480d2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-lint-wf/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- uses: actions/setup-java@v4
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-test-lint-wf-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-test-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Set up Nextflow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/setup-java@v4
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
Expand Down

0 comments on commit 14480d2

Please sign in to comment.