This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/8.0.x by this push:
new 7daccd1174 test - update for 8.x version
7daccd1174 is described below
commit 7daccd11742c220cb631e2aa9da2b0081eccacb5
Author: James Daugherty <[email protected]>
AuthorDate: Wed Dec 10 09:11:22 2025 -0500
test - update for 8.x version
---
.../datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy
b/grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy
index 982aec56c9..af7bde8c54 100644
---
a/grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy
+++
b/grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy
@@ -36,7 +36,7 @@ class GrailsVersionSpec extends Specification {
"3.2.0" | true
"3.1.0" | true
"3.3.0" | true
- "7.1.0" | false
+ "8.1.0" | false
}
@Unroll