Skip to content

Commit

Permalink
Temporarily remove 2.7.3 coverage from tests
Browse files Browse the repository at this point in the history
Signed-off-by: marracuene <[email protected]>
  • Loading branch information
marracuene committed Jul 24, 2020
1 parent 86075da commit f09d2e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ final class PlayCoverage {

public static final VersionNumber DEFAULT = VersionNumber.parse(DEFAULT_PLAY_VERSION)
public static final List<VersionNumber> ALL = [
//VersionNumber.parse('2.3.10'),
//VersionNumber.parse('2.3.10'), NO LONGER SUPPORTED
VersionNumber.parse('2.4.11'),
VersionNumber.parse('2.5.19'),
VersionNumber.parse('2.7.3'),
//VersionNumber.parse('2.7.3'),
// Not supported yet
// VersionNumber.parse('2.8.0'),
DEFAULT
Expand Down

0 comments on commit f09d2e6

Please sign in to comment.