Skip to content

Commit c52024f

Browse files
committed
Used pg_crypto instead of hstore
1 parent c7e5f4a commit c52024f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# define the test matrix
2626
matrix:
2727
postgres-image:
28-
- oskardudycz/postgres-plv8:12-2
28+
- ionx/postgres-plv8:12.2
2929
- postgres:15.3-alpine
3030

3131
services:

src/Weasel.Postgresql.Tests/ExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public ExtensionTests(): base("extensions")
1515
public async Task can_create_extension()
1616
{
1717
await ResetSchema();
18-
var extension = new Extension("hstore");
18+
var extension = new Extension("pgcrypto");
1919
await DropSchemaObjectInDatabase(extension);
2020

2121
var migration = await SchemaMigration.DetermineAsync(theConnection, extension);

0 commit comments

Comments
 (0)