From 045ed0d16249669fedf1da10a468e7fa9e0462dd Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sat, 5 Oct 2024 11:06:18 +0800 Subject: [PATCH] ci: Test pg17 --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 060ebd8..22f9cac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,8 @@ jobs: "13", "14", "15", - "16" + "16", + "17" ] os: ["ubuntu-22.04"]