Skip to content

Commit

Permalink
ci: Update the tested debian and fedora versions
Browse files Browse the repository at this point in the history
- Update to fedora 33 and 34. It should be 34 and 35 instead, but it
  seems dnf is currently not working on the fedora:35 image.
- Drop Debian stretch and update to test Debian buster and bullseye.
  • Loading branch information
blockstreamsatellite committed Jan 6, 2022
1 parent 1a632e9 commit 7f172b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test-make-install-apt:
- make && make install
parallel:
matrix:
- IMAGE: ["ubuntu:bionic", "ubuntu:focal", "debian:stretch", "debian:buster"]
- IMAGE: ["ubuntu:bionic", "ubuntu:focal", "debian:buster", "debian:bullseye"]

test-make-install-dnf:
image: $IMAGE
Expand All @@ -50,7 +50,7 @@ test-make-install-dnf:
- make && make install
parallel:
matrix:
- IMAGE: ["fedora:32", "fedora:33", "centos:8"]
- IMAGE: ["fedora:33", "fedora:34", "centos:8"]

test-make-install-yum:
image: $IMAGE
Expand Down Expand Up @@ -82,7 +82,7 @@ test-deb-dependencies:
- make && make install
parallel:
matrix:
- IMAGE: ["ubuntu:bionic", "ubuntu:focal", "debian:stretch", "debian:buster"]
- IMAGE: ["ubuntu:bionic", "ubuntu:focal", "debian:buster", "debian:bullseye"]

test-rpm-dependencies:
image: $IMAGE
Expand All @@ -95,7 +95,7 @@ test-rpm-dependencies:
- make && make install
parallel:
matrix:
- IMAGE: ["fedora:32", "fedora:33"]
- IMAGE: ["fedora:33", "fedora:34"]

pypi-upload:
image: python
Expand Down

0 comments on commit 7f172b5

Please sign in to comment.