URL: http://github.com/biojava/biojava/commit/d276c1a95b9b9722e50bef75093316fe2d7ffc5d
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928e0dd commit d276c1aCopy full SHA for d276c1a
2 files changed
.github/workflows/master.yml
@@ -16,7 +16,7 @@ jobs:
16
# We do one OS only to reduce resource utilization. To do macOS to this would be needed:
17
#os: [ubuntu-20.04, macOS-latest]
18
os: [ubuntu-latest]
19
- java: [11]
+ java: [17]
20
fail-fast: false
21
max-parallel: 4
22
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
.github/workflows/pull_request.yml
@@ -19,7 +19,7 @@ jobs:
23
24
25
0 commit comments