Skip to content

Commit

Permalink
Use latest Groovy versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Dec 31, 2024
1 parent fd20d38 commit 4e4927c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
matrix:
groovy-version:
- 2.5.23
- 3.0.22
- 4.0.23
- 5.0.0-alpha-10
- 3.0.23
- 4.0.24
- 5.0.0-alpha-11
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

0 comments on commit 4e4927c

Please sign in to comment.