home
/
dev
/
repositories
/
python-musicpd.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80fdad9
)
Add CI tests with python 3.11
author
Kaliko Jack <kaliko@azylum.org>
Sun, 18 Dec 2022 18:30:37 +0000
(19:30 +0100)
committer
Kaliko Jack <kaliko@azylum.org>
Sun, 18 Dec 2022 18:30:37 +0000
(19:30 +0100)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index de4dc95418b998ee1b2f4c41938890a67ea3fb45..ab4be76441271502c0ad7dffc108caa189249ac8 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-15,6
+15,10
@@
stages:
only:
- pushes
+test-py3.11:
+ extends: ".test"
+ image: "python:3.11"
+
test-py3.10:
extends: ".test"
image: "python:3.10"