Skip to content

Commit

Permalink
Add Java 21 CI build (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Oct 18, 2023
1 parent 648dd6c commit 9950a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17 ]
java: [ 11, 17, 21 ]
name: jdk-${{ matrix.java }}
steps:
- name: Build
uses: offa/maven-action@main
with:
java-version: ${{ matrix.java }}
pmd: true
pmd: true

0 comments on commit 9950a3e

Please sign in to comment.