Skip to content

Commit be13800

Browse files
authored
test with Corretto 24 instead of 23, now that it is out (async-profiler#1190)
1 parent 6761587 commit be13800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runson:
3232
- display: linux-x64
3333
name: ubuntu-latest # Using "latest" here as the build and test will any ways run inside a container which we control
34-
java-version: [11, 17, 21, 23]
34+
java-version: [11, 17, 21, 24]
3535
java-distribution: [corretto]
3636
container: ["public.ecr.aws/async-profiler/asprof-builder-x86:latest"]
3737
include:

0 commit comments

Comments
 (0)