Skip to content

Commit

Permalink
Downgrade redshift tests back to postgres 8 since that's the pg versi…
Browse files Browse the repository at this point in the history
…on redshift forked
  • Loading branch information
dhui committed Sep 4, 2024
1 parent d8baed0 commit 2d588fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/redshift/redshift_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
}

specs = []dktesting.ContainerSpec{
{ImageName: "postgres:16", Options: opts},
{ImageName: "postgres:8", Options: opts},
}
)

Expand Down

0 comments on commit 2d588fb

Please sign in to comment.