Skip to content

Commit

Permalink
CI dumb-pypi: set major version to 10 (#561)
Browse files Browse the repository at this point in the history
ansible 10 is the next major version, so we should use that for the
nightly test builds. It has the necessary constraints and validate-tags
ignore tags to build with new dependencies.
  • Loading branch information
gotmax23 authored Nov 22, 2023
1 parent aa1dadf commit d5df55d
Showing 1 changed file with 1 addition and 1 deletion.
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: '8'
ANSIBLE_MAJOR_VERSION: '10'
on:
push:
branches:
Expand Down

0 comments on commit d5df55d

Please sign in to comment.