diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 818b47e..ed35cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: fail-fast: false matrix: - tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.17.0] + tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.16.5, 3.17.0] steps: - name: Checkout the codebase @@ -99,7 +99,7 @@ jobs: MOLECULE_TAG: ${{ matrix.tag }} test-centos: - name: Molecule test - CentOS 9 + name: Molecule test - CentOS 8 runs-on: ubuntu-latest steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48a84cc..a17357f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: fail-fast: false matrix: - tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.17.0] + tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.16.5, 3.17.0] steps: - name: Checkout the codebase