Skip to content

Commit

Permalink
Test with postgres 12-17
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Nov 10, 2024
1 parent 2b72096 commit 5f6909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5f6909a

Please sign in to comment.