Skip to content

Commit

Permalink
Comment out Java 24 config until it is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Oct 6, 2024
1 parent 66cbde6 commit ee8bb1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
- os-name: windows-latest
java-version: 11
maven: default
# TODO: uncomment once a Java 24 compatible version of Groovy is available.
# Test on Java 24 early access to verify future compatibility.
- os-name: ubuntu-latest
java-version: 24-ea
maven: default
#- os-name: ubuntu-latest
# java-version: 24-ea
# maven: default
# Prereq Maven version, to test backwards compatibility.
- os-name: ubuntu-latest
java-version: 11
Expand Down

0 comments on commit ee8bb1a

Please sign in to comment.