diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dd7b18..fcbef0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: pull_request: branches: - 'main' + - 'dev' # Daily, at 00:30 schedule: - cron: '30 0 * * *' @@ -22,9 +23,13 @@ jobs: - package: ansible-core - package: ansible-core version: 2.16 + - package: ansible-core + version: 2.17 - package: ansible - package: ansible version: 9 + - package: ansible + version: 10 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4