From 59576b9d470533db03ceb5dc3bead859c3c7f211 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 10 May 2022 00:16:07 +0800 Subject: [PATCH] Sunset Postgres 9 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ff0afceb..44815e18 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -537,7 +537,7 @@ jobs: strategy: fail-fast: false matrix: - version: [13, 12, 11, 10, 9] + version: [14, 13, 12, 11, 10] runtime: [tokio] tls: [native-tls] services: