Skip to content

Commit 784b0a5

Browse files
committed
Fix automated tests following PG12 support removal and version bump
1 parent 3a77c12 commit 784b0a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
outputs = { self, nixpkgs, flake-utils }:
1010
flake-utils.lib.eachDefaultSystem (system: let
1111
debugBuild = false;
12-
multicornVersion = "3.0";
12+
multicornVersion = "3.1";
1313

1414
pkgs = nixpkgs.legacyPackages.${system};
1515

@@ -29,7 +29,6 @@
2929
# python313 # tests are currently broken
3030
];
3131
testPostgresVersions = with pkgs; [
32-
postgresql_12
3332
postgresql_13
3433
postgresql_14
3534
postgresql_15

0 commit comments

Comments
 (0)