diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ec9a1a..da1b31a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] - poetry-version: [1.0, 1.1.15] + python-version: ["3.7", "3.8", "3.9", "3.10"] + poetry-version: [1.0, 1.1.15, 1.2.2] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/action.yml b/action.yml index fd66613..4d95612 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: poetry-version: description: "The version of poetry to install" required: true - default: "1.1.15" + default: "1.2.2" runs: using: "composite" steps: