We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e5f4a commit c52024fCopy full SHA for c52024f
.github/workflows/ci-build-postgres.yml
@@ -25,7 +25,7 @@ jobs:
25
# define the test matrix
26
matrix:
27
postgres-image:
28
- - oskardudycz/postgres-plv8:12-2
+ - ionx/postgres-plv8:12.2
29
- postgres:15.3-alpine
30
31
services:
src/Weasel.Postgresql.Tests/ExtensionTests.cs
@@ -15,7 +15,7 @@ public ExtensionTests(): base("extensions")
15
public async Task can_create_extension()
16
{
17
await ResetSchema();
18
- var extension = new Extension("hstore");
+ var extension = new Extension("pgcrypto");
19
await DropSchemaObjectInDatabase(extension);
20
21
var migration = await SchemaMigration.DetermineAsync(theConnection, extension);
0 commit comments