Skip to content

Commit

Permalink
WELD-2777 Add JDK 21 to CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Feb 25, 2024
1 parent d30fa2b commit d10d79e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
name: "17",
java-version: 17,
}
- {
name: "21",
java-version: 21,
}
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java.name }}
Expand Down

0 comments on commit d10d79e

Please sign in to comment.