diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a3ce95..38093dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: MINESWEEPER_SECRET_KEY_BASE: secret strategy: matrix: - postgres: [17] + postgres: [12, 13, 14, 15, 16, 17] services: postgres: image: postgres:${{ matrix.postgres }}