Skip to content

Commit

Permalink
Removing 2.11 as scala version of check-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajothomas authored and Ajo Thomas committed Dec 19, 2022
1 parent 8103ef7 commit d3c9454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

set -e

SCALAs=( "2.11" "2.12" )
SCALAs=( "2.12" )
JDKs=( "JAVA8_HOME" )
YARNs=( "2.10.1" )

Expand Down

0 comments on commit d3c9454

Please sign in to comment.