Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Lambda runtime and CI to Java 21
As suggested in #209 (comment), we want the Lambda runtime to match the Java version used by developers. I've also updated CI to use Java 21. Ideally, we wouldn't have to do this separately anymore, as setup-java has added partial support for asdf's .tool-versions file with actions/setup-java#606, but unfortunately actions/setup-java#615 means that it won't work with Corretto version numbers.
- Loading branch information