Skip to content

Commit

Permalink
add version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Oct 23, 2024
1 parent 78f5d66 commit a9c2c64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/test/java/dev/morphia/test/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
import static com.github.zafarkhaja.semver.Version.forIntegers;

public enum Versions {
Version8 {
@Override
Version version() {
return forIntegers(8).setBuildMetadata("latest");
}
},
Version7 {
@Override
Version version() {
Expand Down

0 comments on commit a9c2c64

Please sign in to comment.