summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-02-13 15:57:45 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-02-13 15:57:45 +0100
commit6c312e9fb660aa1dab805d689ba976b421812935 (patch)
tree425bcea124eb296d469f2ba0316f5dc3120f575f /.gitlab-ci.yml
parent00d7753c30b6b5263215753f1f0daf69f400a86f (diff)
downloadpygobject-6c312e9fb660aa1dab805d689ba976b421812935.tar.gz
ci: update to PyPy 7.0 and update CPython to the latest stable releases
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7d66337..ab633537 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/pygobject/main:v9
+image: registry.gitlab.gnome.org/gnome/pygobject/main:v10
stages:
- build_and_test
@@ -34,7 +34,7 @@ coverage:
paths:
- coverage/
variables:
- PYENV_VERSION: "3.6.7"
+ PYENV_VERSION: "3.6.8"
script:
- bash -x ./.gitlab-ci/coverage-docker.sh
@@ -91,24 +91,24 @@ python3.5:
python3.6:
variables:
- PYENV_VERSION: "3.6.7"
+ PYENV_VERSION: "3.6.8"
<<: *defaults
python3.7:
variables:
- PYENV_VERSION: "3.7.1-debug"
+ PYENV_VERSION: "3.7.2-debug"
<<: *defaults
pypy2:
allow_failure: true
variables:
- PYENV_VERSION: "pypy2.7-6.0.0"
+ PYENV_VERSION: "pypy2.7-7.0.0"
<<: *defaults
pypy3:
allow_failure: true
variables:
- PYENV_VERSION: "pypy3.5-6.0.0"
+ PYENV_VERSION: "pypy3.5-7.0.0"
<<: *defaults
xenial-i386-py2:
@@ -122,7 +122,7 @@ xenial-i386-py2:
gtk4:
stage: build_and_test
- image: registry.gitlab.gnome.org/gnome/pygobject/gtk4:v2
+ image: registry.gitlab.gnome.org/gnome/pygobject/gtk4:v3
artifacts:
paths:
- coverage/