diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 2f049855..47778435 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -36,11 +36,12 @@ jobs: ansible: - stable-2.16 - stable-2.17 - - stable-2.18 python: - '3.10' - '3.12' include: + - ansible: stable-2.18 + python: '3.13' - ansible: devel python: '3.13' @@ -87,11 +88,12 @@ jobs: ansible: - stable-2.16 - stable-2.17 - - stable-2.18 python: - '3.10' - '3.12' include: + - ansible: stable-2.18 + python: '3.13' - ansible: devel python: '3.13' diff --git a/tests/sanity/ignore-devel.txt b/tests/sanity/ignore-devel.txt new file mode 100644 index 00000000..e708a250 --- /dev/null +++ b/tests/sanity/ignore-devel.txt @@ -0,0 +1,4 @@ +Jenkinsfile shebang +plugins/lookup/conjur_variable.py validate-modules:version-added-must-be-major-or-minor +dev/policy/root.yml yamllint:unparsable-with-libyaml # File loaded by Conjur server, not via Python +secrets.yml yamllint:unparsable-with-libyaml # File loaded by Summon, not via Python \ No newline at end of file