Skip to content

Commit

Permalink
Remove java 11 support (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor authored Dec 5, 2024
1 parent c5d900a commit 1ed4d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17', '21' ]
java: ['17', '21', '23']
nextflow: ['latest-edge', 'latest-stable' ]
steps:
- name: Checkout
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Test
run: mvn install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1ed4d99

Please sign in to comment.