diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c983e3b..49dc43c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,6 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] postgres-image: - "postgres:12" - "postgres:13" @@ -41,7 +40,10 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: | + "3.12" + "3.11" + "3.10" cache: 'pip' - name: Install requirements