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 1qnE0R-00AAm8-85 for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:19 +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-00HWFp-SL 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 1qlOpZ-00134m-Uy for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 07:19:33 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlOpX-006so8-0A for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 07:19:32 +0000 Received: from github.com (hubbernetes-node-af7b344.va3-iad.github.net [10.48.143.39]) by smtp.github.com (Postfix) with ESMTPA id 080E841025 for ; Wed, 27 Sep 2023 00:19:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695799170; bh=8XZ8gzKgfk/St+UI2a0JPkkB+/U7xRiOlCDzEsK8FlM=; h=Date:From:To:Subject:From; b=m4/HcKAgWi+Tkrblecu2eIVzenKTTmv1S8vUuFAsAuvt2+OOWJcdhpq/pVAljvfiW MYx0+BdoQlf5d6IL8g65c3keWD80M/FECPf7UA3X2Qq4QHP3KB5dF3q3uiIdEne6Pn I/ZRxaHsZcaQdGQ1Q4s2SvY1x8LvotY2wnUXRvkA= Date: Wed, 27 Sep 2023 00:19:30 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] ca3ec7: Added version PG 16 and removed PG 11 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: ca3ec76db6641737d576248531791695d96574b0 https://github.com/pgadmin-org/pgadmin4/commit/ca3ec76db6641737d576248531791695d96574b0 Author: Akshay Joshi Date: 2023-09-27 (Wed, 27 Sep 2023) Changed paths: M .github/workflows/run-feature-tests-pg.yml Log Message: ----------- Added version PG 16 and removed PG 11