aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-07 18:45:05 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-07 18:50:42 +0200
commit1a0df634bf9ae6db13e1d2fd1665c6219445ee84 (patch)
treee08185ad6ada5a02416cd0ce83f09fe5fb909e88 /.github
parentci: Test using the newest available version of py3.10 (diff)
downloadportage-1a0df634bf9ae6db13e1d2fd1665c6219445ee84.tar.gz
portage-1a0df634bf9ae6db13e1d2fd1665c6219445ee84.tar.bz2
portage-1a0df634bf9ae6db13e1d2fd1665c6219445ee84.zip
ci: Test using the newest version of PyPy3.7
Do not bind to old version of PyPy3.7, also fix actually running tests via CI. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ec2091810..a8466e0f1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10.0-alpha - 3.10.0'
- - 'pypy-3.7-v7.3.3'
+ - 'pypy-3.7'
steps:
- uses: actions/checkout@v2