Skip to content

Commit 7bf8520

Browse files
committed
Added 8-25 to gha
1 parent 88607ee commit 7bf8520

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/test.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,35 @@ jobs:
1717
matrix:
1818
jdkconf:
1919
- JDK 25
20+
- JDK 21
21+
- JDK 17
22+
- JDK 11
23+
- JDK 8
2024
include:
2125
- jdkconf: JDK 25
2226
jdkver: "25"
2327
osver: "10"
2428
jdkimage: "docker.io/library/eclipse-temurin:25-jdk-ubi10-minimal"
29+
include:
30+
- jdkconf: JDK 21
31+
jdkver: "21"
32+
osver: "10"
33+
jdkimage: "docker.io/library/eclipse-temurin:21-jdk-ubi10-minimal"
34+
include:
35+
- jdkconf: JDK 17
36+
jdkver: "17"
37+
osver: "10"
38+
jdkimage: "docker.io/library/eclipse-temurin:17-jdk-ubi10-minimal"
39+
include:
40+
- jdkconf: JDK 11
41+
jdkver: "11"
42+
osver: "10"
43+
jdkimage: "docker.io/library/eclipse-temurin:11-jdk-ubi10-minimal"
44+
include:
45+
- jdkconf: JDK 8
46+
jdkver: "8"
47+
osver: "10"
48+
jdkimage: "docker.io/library/eclipse-temurin:8-jdk-ubi10-minimal"
2549
steps:
2650
- uses: actions/checkout@v3
2751
- name: "Install dependencies"

0 commit comments

Comments
 (0)