Skip to content

Commit 68478a5

Browse files
authored
CI: add JDK 21 (LTS) to testing matrix. (#599)
1 parent 87ab4a2 commit 68478a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,19 @@ jobs:
7070
cache: maven
7171
- name: Build with Maven
7272
run: mvn --batch-mode --no-transfer-progress clean verify
73+
74+
arquillian-build-jdk21:
75+
name: Integration - JDK 21
76+
runs-on: ubuntu-latest
77+
timeout-minutes: 10
78+
steps:
79+
- name: Build with Maven
80+
uses: actions/checkout@v4
81+
- name: Setup JDK 21
82+
uses: actions/setup-java@v4
83+
with:
84+
java-version: 21
85+
distribution: temurin
86+
cache: maven
87+
- name: Build with Maven
88+
run: mvn --batch-mode --no-transfer-progress clean verify

0 commit comments

Comments
 (0)