Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnE0p-00AAm7-Lp for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qnE0P-00HWFl-Sg for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlPPW-001IzG-JD for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 07:56:42 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlPPT-006t4x-Q5 for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 07:56:41 +0000 Received: from github.com (hubbernetes-node-29ea89c.ash1-iad.github.net [10.56.147.32]) by smtp.github.com (Postfix) with ESMTPA id C5B56340164 for ; Wed, 27 Sep 2023 00:56:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695801398; bh=b1gbSXOyaCiz7W2DBLs3YEihv7KnFpElZOY6TvuMecE=; h=Date:From:To:Subject:From; b=SFCYke7GR/9z82MJZ7Mjd7vxjaglTwgTmPdBv+WjScAlsEh/XeJIZxhqCivyEEJQ5 JhsqcSwR7LVfuBUvnWg3hRtWxM4m5ic0Kerh69Qzt6MFbxcM/zXzP4MDm7nLCs6P7L 90ZYCMfgmLi2EAVuqKDyf9PAU8OI+HwtG7zyIGBQ= Date: Wed, 27 Sep 2023 00:56:38 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] bae912: Added PG version 16 and removed PG version 11 from... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: bae912fa405c8735766bf81ca6eb407994938189 https://github.com/pgadmin-org/pgadmin4/commit/bae912fa405c8735766bf81ca6eb407994938189 Author: Akshay Joshi Date: 2023-09-27 (Wed, 27 Sep 2023) Changed paths: M .github/workflows/run-feature-tests-epas.yml M .github/workflows/run-python-tests-epas.yml M .github/workflows/run-python-tests-pg.yml Log Message: ----------- Added PG version 16 and removed PG version 11 from github actions.