Skip to content

Commit

Permalink
Add openjdk 21 build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkyffin committed Dec 11, 2023
1 parent 540b662 commit e3d29b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java_version: [11, 17]
java_version: [11, 17, 21]

steps:
- name: Checkout ICAT Ansible
Expand Down
2 changes: 1 addition & 1 deletion roles/java/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

# Either choose '11' or '17'
# Either choose '11', '17' or '21'
java_version: '11'

0 comments on commit e3d29b9

Please sign in to comment.