Skip to content

Commit

Permalink
Unpinned Java 11 version for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelklee committed Nov 29, 2022
1 parent a3584e3 commit 4a36405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
needs: check-secrets
strategy:
matrix:
java: [ 8, 11.0.11+9 ]
java: [ 8, 11 ]
experimental: [ false ]
scalaVersion: [ 2.11, 2.12 ]
testType: [ cloud, integration, unit ]
exclude:
- java: 11.0.11+9
- java: 11
scalaVersion: 2.11
- java: 8
scalaVersion: 2.12
Expand Down

0 comments on commit 4a36405

Please sign in to comment.