diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4d2cefd..92bd2d8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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