Skip to content

Commit

Permalink
Update JRuby test versions to include 9.2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Apr 22, 2019
1 parent 78f947b commit 150fe93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class JRubyTestVersions {
// ----------------------------------------------------------
public final static String AJ20_ABSOLUTE_MINIMUM = '9.2.5.0'
public final static String AJ20_SAFE_MINIMUM = '9.2.5.0'
public final static String AJ20_SAFE_MAXIMUM = '9.2.6.0'
public final static String AJ20_ABSOLUTE_MAXIMUM = '9.2.6.0'
public final static String AJ20_SAFE_MAXIMUM = '9.2.7.0'
public final static String AJ20_ABSOLUTE_MAXIMUM = '9.2.7.0'
// ----------------------------------------------------------

}

0 comments on commit 150fe93

Please sign in to comment.