diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6d9678c..6c4eeada 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,8 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ "3.8", "3.9", "3.10", "3.11" ] - poetry-version: [ "1.1.15", "1.2.2", "1.3.2", "1.4.2", "1.5.1" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] + poetry-version: [ "1.6.1", "1.7.1" ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -41,7 +41,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -50,14 +50,14 @@ jobs: python-version: "${{ matrix.python-version }}" - uses: ./ with: - version: 1.5.1 + version: 1.7.1 virtualenvs-create: false virtualenvs-in-project: true virtualenvs-path: ~/.cache/test installer-parallel: false - run: | source .github/scripts/assert.sh - assert_in "1.5.1" "$(poetry --version)" + assert_in "1.7.1" "$(poetry --version)" assert_in "false" "$(poetry config virtualenvs.create)" assert_in "true" "$(poetry config virtualenvs.in-project)" assert_in "test" "$(poetry config virtualenvs.path)"