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 1rFqEG-00CMkv-EF for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Dec 2023 06:38:52 +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 1rFqEE-009NLN-VU for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Dec 2023 06:38:50 +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 1rFqEE-009NLF-Nq for pgadmin-hackers@lists.postgresql.org; Wed, 20 Dec 2023 06:38:50 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rFqE3-00BI1d-5D for pgadmin-hackers@lists.postgresql.org; Wed, 20 Dec 2023 06:38:49 +0000 Received: from github.com (hubbernetes-node-76deabb.ac4-iad.github.net [10.52.145.22]) by smtp.github.com (Postfix) with ESMTPA id E528E1E0165 for ; Tue, 19 Dec 2023 22:38:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703054317; bh=ExWVKQ1GioW+17nnmF4qRmNNGM+TJTeoz1YYElfNJDk=; h=Date:From:To:Subject:From; b=LBoNPWx2hsJgBc2pmL3OkuevOLc7yi7j8lv8q74P62F5tnK7sjp6/HsrDlkgvuFpI +SH1AC5x9qVID8qiw5kzdRScd/Q23+Gfkq+UdAb+dE1NO5FQoCh1z4fbI0GVM4wB1h 2Y9/8p7zzeguowaYmLTS2hTma9U18GezpneJBefY= Date: Tue, 19 Dec 2023 22:38:37 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] a973c9: Remove EPAS 11 and add EPAS 16 in the GitHub actions. 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: a973c9c62ce8c91839f9fa007c6a56e4051cfa1a https://github.com/pgadmin-org/pgadmin4/commit/a973c9c62ce8c91839f9fa007c6a56e4051cfa1a Author: Akshay Joshi Date: 2023-12-20 (Wed, 20 Dec 2023) Changed paths: M .github/workflows/run-feature-tests-epas.yml M .github/workflows/run-python-tests-epas.yml M docs/en_US/release_notes_8_2.rst Log Message: ----------- Remove EPAS 11 and add EPAS 16 in the GitHub actions.