Skip to content

Commit

Permalink
Update CI matrix for Ansible builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 21, 2024
1 parent d12b3fd commit 79d703b
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,16 @@ jobs:
antsibull_docs_parser_ref: 1.1.0
antsibull_docutils_ref: 1.0.0
antsibull_fileutils_ref: main
- name: Ansible 9
options: '-e antsibull_ansible_version=9.99.0'
python: '3.11'
antsibull_changelog_ref: main
antsibull_core_ref: main
antsibull_docs_parser_ref: main
antsibull_docutils_ref: main
antsibull_fileutils_ref: main
- name: Ansible 10
options: '-e antsibull_ansible_version=10.99.0'
python: '3.12'
- name: Ansible 11
options: '-e antsibull_ansible_version=11.99.0'
python: '3.13'
antsibull_changelog_ref: main
antsibull_core_ref: main
antsibull_docs_parser_ref: main
antsibull_docutils_ref: main
antsibull_fileutils_ref: main
- name: Ansible 11
options: '-e antsibull_ansible_version=11.99.0'
- name: Ansible 12
options: '-e antsibull_ansible_version=12.99.0'
python: '3.13'
antsibull_changelog_ref: main
antsibull_core_ref: main
Expand Down

0 comments on commit 79d703b

Please sign in to comment.