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 1r7fLY-006D87-Cy for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 27 Nov 2023 17:24:36 +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 1r7fLW-00FBUR-IZ for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 27 Nov 2023 17:24:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7fLW-00FBUJ-Bs for pgsql-jdbc-commits@lists.postgresql.org; Mon, 27 Nov 2023 17:24:34 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7fLT-008pLI-FN for pgsql-jdbc-commits@lists.postgresql.org; Mon, 27 Nov 2023 17:24:33 +0000 Received: from github.com (hubbernetes-node-bae1cf7.va3-iad.github.net [10.48.153.31]) by smtp.github.com (Postfix) with ESMTPA id B2ECAE11D4 for ; Mon, 27 Nov 2023 09:24:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701105869; bh=3uZJza1aLTWesiGAAgQXj0WKmvh4MmBjY2A0XbGHZZc=; h=Date:From:To:Subject:From; b=EVK9/R/OegS+XqMCuIeQJDOCI+zZtvsY/GlhiX08Nr8yLOQ1Q6P7aF50J8oAbuXbg K8tHiSIMC7HN+IXM2QbUhXQLhn52N+CMoUwhN0j67fW6p8Mfo4/S2aGwgIPTS6vrkQ b03HWA8zbuUbxxx7nirzUIxc1+MdHoKNHE4gd5Jc= Date: Mon, 27 Nov 2023 09:24:29 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] e52747: chore: replace Java 11 with 17 in buildcache, debe... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@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/pgjdbc/pgjdbc Commit: e527478026092f61c3f34d3099ad40a58409e784 https://github.com/pgjdbc/pgjdbc/commit/e527478026092f61c3f34d3099ad40a58409e784 Author: Vladimir Sitnikov Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M .github/workflows/buildcache.yml M .github/workflows/debezium.yml M .github/workflows/nightlysnapshot.yml M .github/workflows/omni.yml Log Message: ----------- chore: replace Java 11 with 17 in buildcache, debezium, nighlty CI