Skip to content

Commit f502dd4

Browse files
committed
Use java 17 in github tests
1 parent 93c9813 commit f502dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Java
2828
uses: actions/setup-java@v1
2929
with:
30-
java-version: '11'
30+
java-version: '17'
3131
- name: Install Nextflow ${{ matrix.nextflow-version }}
3232
run: |
3333
mkdir install

0 commit comments

Comments
 (0)