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 e9d8300 commit c975c03Copy full SHA for c975c03
1 file changed
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
path: |
58
./agentextension/build/libs/elastic-otel-agentextension-*.jar
59
60
- test:
+ jdk-test:
61
runs-on: ubuntu-latest
62
needs:
63
- build
@@ -80,12 +80,16 @@ jobs:
80
vm: 'hotspot'
81
- version: 25
82
83
+ - version: 26
84
+ vm: 'hotspot'
85
- version: 11
86
vm: 'openj9'
87
- version: 21
88
89
90
91
92
+ vm: 'openj9'
93
steps:
94
# We use the cached working directory so that we don't have to recompile everything
95
- name: Download cached build working directory
0 commit comments