Heya everyone !
While going through the bamboo-specs/bamboo.yml in the authentication module, I noticed something that looked like it might be a copy-paste issue-the “Build and Test JDK 24” job seems to be using maven:3.9.9-amazoncorretto-11 as the Docker image instead of amazoncorretto-24. Both the JDK 24 and JDK 11 jobs end up running the same image.
I also noticed that build.yml in GitHub Actions tests against Java 25, but bamboo.yml only goes up to JDK 24, not sure if that’s intentional or just hasn’t been updated yet ??
Is this something worth fixing or is there a reason behind it? Happy to open a PR if it would help, let me be guided otherwise !
Thankyouu!