Skip to content

Commit

Permalink
Merge pull request #336 from icatproject/ci-java-version
Browse files Browse the repository at this point in the history
Change Java versions checked by CI to 11 and 21
  • Loading branch information
ajkyffin authored Oct 28, 2024
2 parents 250d00d + d960293 commit 8109b13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java_version: [11, 17]
java_version: [11, 21]

steps:
# Setup Java
Expand All @@ -38,7 +38,6 @@ jobs:
with:
repository: icatproject-contrib/icat-ansible
path: icat-ansible
ref: payara6
- name: Install Ansible
run: pip install -r icat-ansible/requirements.txt

Expand Down

0 comments on commit 8109b13

Please sign in to comment.