Skip to content

Commit 7a872ab

Browse files
authored
Merge pull request #338 from groovy/update-test-groovy-versions
ci: Update test Groovy versions
2 parents 927324f + 3923713 commit 7a872ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
matrix:
3030
groovy-version:
3131
- 2.5.23
32-
- 3.0.24
33-
- 4.0.26
34-
- 5.0.0-alpha-12
32+
- 3.0.25
33+
- 4.0.27
34+
- 5.0.0-beta-1
3535
env:
3636
MVN_GROOVY_GROUP_ID: ${{format('{0}{1}', '-DgroovyVersion=', matrix.groovy-version)}}
3737
MVN_GROOVY_VERSION: ${{(startsWith(matrix.groovy-version, '2') || startsWith(matrix.groovy-version, '3')) && '-DgroovyGroupId=org.codehaus.groovy' || '-DgroovyGroupId=org.apache.groovy'}}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<sourcePluginVersion>3.3.1</sourcePluginVersion>
2828
<!-- these are properties so that site generation and integration tests can use it -->
2929
<groovyGroupId>org.apache.groovy</groovyGroupId>
30-
<groovyVersion>4.0.26</groovyVersion>
30+
<groovyVersion>4.0.27</groovyVersion>
3131
</properties>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)