Skip to content

Commit 7daccd1

Browse files
committed
test - update for 8.x version
1 parent 482d2f9 commit 7daccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class GrailsVersionSpec extends Specification {
3636
"3.2.0" | true
3737
"3.1.0" | true
3838
"3.3.0" | true
39-
"7.1.0" | false
39+
"8.1.0" | false
4040
}
4141

4242
@Unroll

0 commit comments

Comments
 (0)