Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run Flogger tests under JDK 22 instead of JDK 15.
I assume that our goal here was to use the latest STS. We could also consider adding JDK 21 (as the latest LTS), and we could consider removing 11 (to keep 8 and 21 as LTS "endpoints"). I doubt it's worth thinking too hard about, but at least the bump from 15 to 22 seems uncontroversial. Hopefully it passes tests :) As usual, this will require messing with the names of the CI jobs in [the branch-protection rules](https://github.com/google/flogger/settings/branches), probably even before submission (and then maybe again after). (We could in theory avoid that by picking consistent names instead of version numbers (e.g., "oldest LTS," "newest LTS," "newest STS"), but _shrug_.) RELNOTES=n/a PiperOrigin-RevId: 662927095
- Loading branch information