Skip to content

Commit c975c03

Browse files
committed
add jdk 26
1 parent e9d8300 commit c975c03

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: |
5858
./agentextension/build/libs/elastic-otel-agentextension-*.jar
5959
60-
test:
60+
jdk-test:
6161
runs-on: ubuntu-latest
6262
needs:
6363
- build
@@ -80,12 +80,16 @@ jobs:
8080
vm: 'hotspot'
8181
- version: 25
8282
vm: 'hotspot'
83+
- version: 26
84+
vm: 'hotspot'
8385
- version: 11
8486
vm: 'openj9'
8587
- version: 21
8688
vm: 'openj9'
8789
- version: 25
8890
vm: 'openj9'
91+
- version: 26
92+
vm: 'openj9'
8993
steps:
9094
# We use the cached working directory so that we don't have to recompile everything
9195
- name: Download cached build working directory

0 commit comments

Comments
 (0)