Skip to content

Commit

Permalink
Update test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Oct 1, 2024
1 parent 5c567ba commit 810a6f9
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.21
- 4.0.21
- 5.0.0-alpha-8
- 3.0.22
- 4.0.23
- 5.0.0-alpha-10
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.3.1</sourcePluginVersion>
<!-- these are properties so that site generation and integration tests can use it -->
<groovyGroupId>org.apache.groovy</groovyGroupId>
<groovyVersion>4.0.21</groovyVersion>
<groovyVersion>4.0.23</groovyVersion>
</properties>

<dependencies>
Expand Down

0 comments on commit 810a6f9

Please sign in to comment.