Skip to content

Test on Java 24 #2473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 14, 2025
Merged

Test on Java 24 #2473

merged 2 commits into from
Jul 14, 2025

Conversation

Goooler
Copy link
Member

@Goooler Goooler commented Apr 27, 2025

Follow up #2470.

@Goooler

This comment was marked as outdated.

@Goooler Goooler enabled auto-merge (squash) July 11, 2025 08:31
@Goooler Goooler disabled auto-merge July 11, 2025 08:38
@Goooler
Copy link
Member Author

Goooler commented Jul 11, 2025

Something is wrong with Selfie?

https://scans.gradle.com/s/faaa7fn7fbcik/tests/overview?outcome=FAILED

@nedtwigg
Copy link
Member

I think Selfie is operating as expected. The error message seems to be different on Java 24, and it tells you what line of the error message changed.

image

If that is to be expected, you can do:

if (runningJre < 24) {
  expectBlah
} else {
  expectBlah
}

@Goooler Goooler changed the title Add Java 24 into test matrix Test on Java 24 Jul 14, 2025
@Goooler Goooler merged commit 03a4cd2 into main Jul 14, 2025
30 checks passed
@Goooler Goooler deleted the g/java-24 branch July 14, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants