Skip to content

Commit

Permalink
chore: enable ansible 2.16 in tests (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel authored Nov 19, 2023
1 parent 3751b71 commit b68ace4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ workflows:
parallelism: 3
matrix:
parameters:
ansible-version: ["2.15", "2.14"]
ansible-version: ["2.15", "2.16"]
node-python-version: ["3.6"]
- collection-testing/pre-commit-lint:
name: Lint
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ The CI also builds the docs to ensure they don't break silently.
### Bumping supported ansible-core versions

1. Update the versions in the [CI config](./.circleci/config.yml)
2. Update the version in [`requirements.txt`](./requirements.txt)

### Bumping node python version

Expand Down
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.11.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/sanity/ignore-2.12.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/sanity/ignore-2.13.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/sanity/ignore-2.14.txt

This file was deleted.

File renamed without changes.

0 comments on commit b68ace4

Please sign in to comment.