From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37B5815808B for ; Tue, 12 Apr 2022 03:13:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E085BE0950; Tue, 12 Apr 2022 03:13:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7DF1E0950 for ; Tue, 12 Apr 2022 03:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 249BC341A21 for ; Tue, 12 Apr 2022 03:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53A5E318 for ; Tue, 12 Apr 2022 03:12:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649733173.ebe8265dc2b41822e6a9e809cb079fdd76e14a29.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: .github/workflows/ X-VCS-Repository: proj/portage X-VCS-Files: .github/workflows/ci.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ebe8265dc2b41822e6a9e809cb079fdd76e14a29 X-VCS-Branch: master Date: Tue, 12 Apr 2022 03:12:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c439f707-c68a-43f9-9a56-e65edcf5fcc9 X-Archives-Hash: 0cce0111e6e29ef1bb7a78392a6fcbb9 commit: ebe8265dc2b41822e6a9e809cb079fdd76e14a29 Author: Sam James gentoo org> AuthorDate: Tue Apr 12 02:03:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 12 03:12:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ebe8265d .github: add pypy3.8, pypy3.9 to CI Signed-off-by: Sam James gentoo.org> Closes: https://github.com/gentoo/portage/pull/808 Signed-off-by: Sam James gentoo.org> .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6b96a8f0..03cf1fc7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: - '3.9' - '3.10' - 'pypy-3.7' + - 'pypy-3.8' + - 'pypy-3.9' steps: - uses: actions/checkout@v2