diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 62d26df..27aedf8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,9 +12,10 @@ jobs: timeout-minutes: 5 if: ${{ !contains(github.event.head_commit.message, '#noci') }} strategy: + fail-fast: false matrix: os: ["ubuntu-latest"] - version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} services: