Skip to content

Commit

Permalink
Add latest ansible-core 2.17 and ansible community 10 to build matrix (
Browse files Browse the repository at this point in the history
…#10)

* Add latest ansible-core 2.17 and ansible community 10 to build matrix

* Run CI on dev branch pull_request

---------

Co-authored-by: thehedhly <[email protected]>
  • Loading branch information
thehedhly and thehedhly committed Jul 17, 2024
1 parent 5feb2b5 commit 032bc44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- 'main'
- 'dev'
# Daily, at 00:30
schedule:
- cron: '30 0 * * *'
Expand All @@ -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
Expand Down

0 comments on commit 032bc44

Please sign in to comment.