Loading .github/workflows/lint.yaml +3 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,8 @@ jobs: strategy: max-parallel: 2 matrix: ansible: ["9", "latest"] ansible: ["10", "latest"] python: ["3.10", "3.x"] steps: - name: Check out the codebase Loading @@ -33,7 +34,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: python-version: "3.10" python-version: "${{ matrix.python }}" cache: "pip" cache-dependency-path: .requirements/${{ matrix.ansible }}.txt Loading .requirements/9.txt→.requirements/10.txt +1 −1 Original line number Diff line number Diff line # Requirements for ansible stable ansible >=9, <10 ansible >10, <11 ansible-lint Loading
.github/workflows/lint.yaml +3 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,8 @@ jobs: strategy: max-parallel: 2 matrix: ansible: ["9", "latest"] ansible: ["10", "latest"] python: ["3.10", "3.x"] steps: - name: Check out the codebase Loading @@ -33,7 +34,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: python-version: "3.10" python-version: "${{ matrix.python }}" cache: "pip" cache-dependency-path: .requirements/${{ matrix.ansible }}.txt Loading
.requirements/9.txt→.requirements/10.txt +1 −1 Original line number Diff line number Diff line # Requirements for ansible stable ansible >=9, <10 ansible >10, <11 ansible-lint