Skip to content

Commit 97f36f4

Browse files
authored
Build petclinic image for jdk 21 and 25 (#2680)
1 parent cd129e8 commit 97f36f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-profiling-petclinic-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-24.04
77
strategy:
88
matrix:
9-
jdk_version: [8, 11, 17]
9+
jdk_version: [8, 11, 17, 21, 25]
1010
permissions:
1111
packages: write
1212
contents: read
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: windows-2025
3434
strategy:
3535
matrix:
36-
jdk_version: [8, 11, 17]
36+
jdk_version: [8, 11, 17, 21, 25]
3737
defaults:
3838
run:
3939
shell: bash

0 commit comments

Comments
 (0)