Skip to content

Commit

Permalink
Add Ansible 11 build in CI (#606)
Browse files Browse the repository at this point in the history
* Add Ansible 11 build in CI.

* Bump major release.
  • Loading branch information
felixfontein committed Jun 4, 2024
1 parent 5c852d9 commit da3981f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
python: '3.12'
antsibull_changelog_ref: main
antsibull_core_ref: main
- name: Ansible 11
options: '-e antsibull_ansible_version=11.99.0'
python: '3.12'
antsibull_changelog_ref: main
antsibull_core_ref: main

steps:
- name: Check out antsibull
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dumb-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name: 👷 dumb PyPI on GH pages
env:
ANSIBLE_MAJOR_VERSION: '10'
ANSIBLE_MAJOR_VERSION: '11'
on:
push:
branches:
Expand Down

0 comments on commit da3981f

Please sign in to comment.