Commit 5a95383
committed
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.1 parent 64d7a2e commit 5a95383
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments