Skip to content

Commit

Permalink
Update JRuby compatibility test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Dec 31, 2022
1 parent 731ac8d commit 4e716ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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.3.4.0'
public final static String AJ20_ABSOLUTE_MAXIMUM = '9.3.7.0'
public final static String AJ20_SAFE_MAXIMUM = '9.3.8.0'
public final static String AJ20_ABSOLUTE_MAXIMUM = '9.4.0.0'
// ----------------------------------------------------------
}

0 comments on commit 4e716ee

Please sign in to comment.