Skip to content

Commit

Permalink
Merge pull request #101 from icatproject-contrib/java21
Browse files Browse the repository at this point in the history
Add openjdk 21 build to CI
  • Loading branch information
ajkyffin authored Oct 28, 2024
2 parents 5c984a5 + e3d29b9 commit d6e9faa
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 d6e9faa

Please sign in to comment.