MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
42 stars 10 forks source link

ci: Change Java distribution adopt->temurin #142

Closed barbeau closed 2 years ago

barbeau commented 2 years ago

Summary:

https://github.com/actions/setup-java#supported-distributions says:

NOTE: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt to temurin to keep receiving software and security updates. See more details in the Good-bye AdoptOpenJDK post.)

This PR changes GitHub Actions to use temurin instead of adopt as highly recommended above.

Expected behavior:

Use temurin Java distribution on CI instead of adopt.

Please make sure these boxes are checked before submitting your pull request - thanks!