Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 8, 2024
1 parent 3c00de5 commit 45274d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@ jobs:
antsibull_changelog_ref: 0.24.0
antsibull_core_ref: stable-2
antsibull_docutils_ref: 1.0.0 # isn't used by antsibull-changelog 0.24.0
antsibull_fileutils_ref: main
antsibull_fileutils_ref: asyncio
- name: Ansible 9
options: '-e antsibull_ansible_version=9.99.0'
python: '3.11'
antsibull_changelog_ref: main
antsibull_core_ref: stable-2
antsibull_docutils_ref: main
antsibull_fileutils_ref: main
antsibull_fileutils_ref: asyncio
- name: Ansible 10
options: '-e antsibull_ansible_version=10.99.0'
python: '3.12'
antsibull_changelog_ref: main
antsibull_core_ref: main
antsibull_docutils_ref: main
antsibull_fileutils_ref: main
antsibull_fileutils_ref: asyncio
- name: Ansible 11
options: '-e antsibull_ansible_version=11.99.0'
python: '3.12'
antsibull_changelog_ref: main
antsibull_core_ref: main
antsibull_docutils_ref: main
antsibull_fileutils_ref: main
antsibull_fileutils_ref: asyncio

steps:
- name: Check out antsibull
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: ${{ matrix.antsibull_fileutils_ref }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: asyncio
- name: Install extra packages
if: "matrix.packages != ''"
run: |
Expand Down

0 comments on commit 45274d3

Please sign in to comment.