Skip to content

Commit

Permalink
ci: add postgres 15 into test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 5, 2023
1 parent 9ebe8be commit 5af8917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres_docker_image_tag: ["14", "9.6"]
postgres_docker_image_tag: ["15", "14", "9.6"]
steps:
- uses: actions/checkout@v3
- run: script/test/run-rake-on-docker-compose-postgres.sh
Expand Down

0 comments on commit 5af8917

Please sign in to comment.