Skip to content

Commit

Permalink
update tox-lsr version to 2.7.1 (#55)
Browse files Browse the repository at this point in the history
update the tox-lsr version used in github actions tox CI
to 2.7.1

The only difference between this an 2.7.0 is that Ansible 2.12
is now GA.

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm authored Nov 8, 2021
1 parent c13e157 commit c189f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tox
on: # yamllint disable-line rule:truthy
- pull_request
env:
TOX_LSR: "git+https://github.com/linux-system-roles/[email protected].0"
TOX_LSR: "git+https://github.com/linux-system-roles/[email protected].1"
LSR_ANSIBLE_TEST_DOCKER: "true"
LSR_ANSIBLES: 'ansible==2.9.*'
LSR_MSCENARIOS: default
Expand Down

0 comments on commit c189f02

Please sign in to comment.