We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f86d0 commit c009df8Copy full SHA for c009df8
README.md
@@ -39,7 +39,7 @@ Includes to build matrix:
39
with:
40
matrix-include: >
41
[
42
- {"jdk": "21", "os": "linux-latest", distribution: "corretto" } # include AWS Corretto Java 21 on linux
+ {"jdk": "24-ea", "os": "ubuntu-latest", distribution: "temurin" } # include latest Java 24-ea on Ubuntu
43
]
44
```
45
0 commit comments