Skip to content

Commit

Permalink
Remove EOL'ed Ansible versions from CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 20, 2024
1 parent b04757d commit b416520
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
matrix:
include:
# Using ansible_version as X.99.0 since it is unreleased so new deps are generated
- name: Ansible 9
ansible_version: 9.99.0
ansible_major_version: 9
- name: Ansible 10
ansible_version: 10.99.0
ansible_major_version: 10
- name: Ansible 11
ansible_version: 11.99.0
ansible_major_version: 11
Expand Down

0 comments on commit b416520

Please sign in to comment.