diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6fa307..308849a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, macos-13, windows-latest, windows-2019] + platform: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-11, macos-13, windows-latest] postgresql_version: [10, 11, 12, 14, 15] steps: - name: Checkout