Skip to content

Commit

Permalink
Check for failures with scala 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Jul 12, 2022
1 parent e5bd651 commit 0df59c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
matrix:
java: [ 17 ]
experimental: [ false ]
scalaVersion: [ 2.12 ]
scalaVersion: [ 2.11 ]
testType: [ cloud, integration, unit ]
fail-fast: false
continue-on-error: ${{ matrix.experimental }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
matrix:
java: [ 17 ]
experimental: [ false ]
scalaVersion: [ 2.12 ]
scalaVersion: [ 2.11 ]
testType: [ integration, unit, variantcalling, conda ]
fail-fast: false
continue-on-error: ${{ matrix.experimental }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ final htsjdkVersion = System.getProperty('htsjdk.version','2.24.1')
final picardVersion = System.getProperty('picard.version','2.27.1')
final barclayVersion = System.getProperty('barclay.version','4.0.2')
final sparkVersion = System.getProperty('spark.version', '3.3.0')
final scalaVersion = System.getProperty('scala.version', '2.12')
final scalaVersion = System.getProperty('scala.version', '2.11')
final hadoopVersion = System.getProperty('hadoop.version', '3.2.1')
final disqVersion = System.getProperty('disq.version','0.3.6')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.4.3')
Expand Down

0 comments on commit 0df59c4

Please sign in to comment.