Skip to content

Commit

Permalink
Update OS to Ubuntu 22.04 and check both Java 11 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkyffin committed Aug 8, 2023
1 parent baba74a commit 4d542e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
jobs:
run_all_roles:
name: Run all ICAT Ansible roles
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
- version: 11
- version: 17

steps:
- name: Checkout ICAT Ansible
uses: actions/checkout@v2
Expand Down

0 comments on commit 4d542e4

Please sign in to comment.