diff --git a/.github/workflows/ansible-integration-tests.yml b/.github/workflows/ansible-integration-tests.yml index 8ff37f85..dc96f6fd 100644 --- a/.github/workflows/ansible-integration-tests.yml +++ b/.github/workflows/ansible-integration-tests.yml @@ -28,6 +28,7 @@ jobs: - stable-2.16 - stable-2.17 - stable-2.18 + - stable-2.19 steps: - name: check out code uses: actions/checkout@v4 diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 29f70c94..5a6e5e24 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -49,6 +49,7 @@ jobs: - stable-2.16 - stable-2.17 - stable-2.18 + - stable-2.19 - devel # - milestone @@ -95,6 +96,7 @@ jobs: - stable-2.16 - stable-2.17 - stable-2.18 + - stable-2.19 - devel # - milestone