Commit 5f4b962b authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

refactor: change workflow matrix

parent 2db2821c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ jobs:
    strategy:
      max-parallel: 2
      matrix:
        ansible: ["10", "latest"]
        python: ["3.10", "3.x"]
        ansible: ["9", "10"]
        python: ["3.10", "3.12"]

    steps:
      - name: Check out the codebase
+2 −2
Original line number Diff line number Diff line
# Requirements for ansible stable
ansible >10, <11
# Requirements for ansible 10
ansible >=10, <11
ansible-lint

.requirements/9.txt

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Requirements for ansible 9
ansible >=9, <10
ansible-lint

.requirements/latest.txt

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
# Requirements for ansible latest
ansible
ansible-lint