Skip to content

Commit

Permalink
CI: add JDK 21 (LTS) to testing matrix. (arquillian#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar authored Jul 13, 2024
1 parent 87ab4a2 commit 68478a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,19 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn --batch-mode --no-transfer-progress clean verify

arquillian-build-jdk21:
name: Integration - JDK 21
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Build with Maven
uses: actions/checkout@v4
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn --batch-mode --no-transfer-progress clean verify

0 comments on commit 68478a5

Please sign in to comment.