We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b5454 commit 4672e88Copy full SHA for 4672e88
ansible/collections/ansible_collections/nhsd/apigee/Makefile
@@ -4,10 +4,10 @@ update-schema:
4
@PYTHONPATH=../../../ poetry run python scripts/update_schema.py
5
6
unit-test:
7
- @poetry run ansible-test units --python=3.8
+ @poetry run ansible-test units --python=3.9
8
9
integration-test:
10
- @poetry run ansible-test integration --python=3.8
+ @poetry run ansible-test integration --python=3.9
11
12
test: unit-test integration-test
13
0 commit comments