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 1r7fDw-006Ccx-Sh for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 27 Nov 2023 17:16:44 +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 1r7fDv-00FAoT-Hy for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 27 Nov 2023 17:16:43 +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 1r7fDv-00FAoH-AS for pgsql-jdbc-commits@lists.postgresql.org; Mon, 27 Nov 2023 17:16:43 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7fDs-008pGO-HY for pgsql-jdbc-commits@lists.postgresql.org; Mon, 27 Nov 2023 17:16:42 +0000 Received: from github.com (hubbernetes-node-4c6a6f8.ash1-iad.github.net [10.56.155.39]) by smtp.github.com (Postfix) with ESMTPA id 63C75601281 for ; Mon, 27 Nov 2023 09:16:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701105398; bh=NWeksG0Xd2bV6BbyaqEAnQ4TDk2zHoFpNBZE4ljasmA=; h=Date:From:To:Subject:From; b=NzMH0P1wKA8iTG5W0ryDlYizsnYByTalosex/xPl+P8snSOfwR+M3wlrJ1Jea/T5v KOrAmdk1Oi2dDeBczSZz6a4Ib4tKofumZLHef1xqckHi5yPSsZEOhKbPaF6Qa23u5l NjV95SFCjFCg0ix6y8IJw3KcSDedqitG0x65lBt4= Date: Mon, 27 Nov 2023 09:16:38 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 4b799e: chore: fix java_distribution usage in matrix.js 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: 4b799e0fa9f039dc07fb88c40f8359a785e563f5 https://github.com/pgjdbc/pgjdbc/commit/4b799e0fa9f039dc07fb88c40f8359a785e563f5 Author: Vladimir Sitnikov Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M .github/workflows/matrix.js Log Message: ----------- chore: fix java_distribution usage in matrix.js Previously java_distribution: 'microsoft' and java_distribution: 'oracle' filters were silently ignored