Skip to content

Commit

Permalink
Merge pull request #303 from groovy/update-groovy
Browse files Browse the repository at this point in the history
Update test Groovy versions
  • Loading branch information
keeganwitt committed May 18, 2024
2 parents 618face 0bd26c8 commit 02d3f3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 28,9 @@ jobs:
matrix:
groovy-version:
- 2.5.23
- 3.0.19
- 4.0.15
- 5.0.0-alpha-2
- 3.0.21
- 4.0.21
- 5.0.0-alpha-8
env:
MVN_GROOVY_GROUP_ID: ${{format('{0}{1}', '-DgroovyVersion=', matrix.groovy-version)}}
MVN_GROOVY_VERSION: ${{(startsWith(matrix.groovy-version, '2') || startsWith(matrix.groovy-version, '3')) && '-DgroovyGroupId=org.codehaus.groovy' || '-DgroovyGroupId=org.apache.groovy'}}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@
<sourcePluginVersion>3.2.1</sourcePluginVersion>
<!-- these are properties so that site generation and integration tests can use it -->
<groovyGroupId>org.apache.groovy</groovyGroupId>
<groovyVersion>4.0.15</groovyVersion>
<groovyVersion>4.0.21</groovyVersion>
</properties>

<dependencies>
Expand Down

0 comments on commit 02d3f3a

Please sign in to comment.