Skip to content

Commit

Permalink
ci: Update tested Ubuntu and Fedora versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blockstreamsatellite committed Jul 15, 2024
1 parent 3214e73 commit 6b2b7b0
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 @@ -124,7 +124,7 @@ test-make-install-apt:
parallel:
matrix:
- IMAGE:
["ubuntu:focal", "ubuntu:jammy", "debian:bullseye", "debian:bookworm"]
["ubuntu:jammy", "ubuntu:noble", "debian:bullseye", "debian:bookworm"]

# TODO Remove the gcc/python3-devel installation when zfec ships py3.11 wheels
test-make-install-fedora:
Expand All @@ -140,7 +140,7 @@ test-make-install-fedora:
- !reference [.venv-install, script]
parallel:
matrix:
- IMAGE: ["fedora:38", "fedora:39"]
- IMAGE: ["fedora:39", "fedora:40"]

.test-dependencies:
stage: test
Expand All @@ -161,7 +161,7 @@ test-deb-dependencies:
parallel:
matrix:
- IMAGE:
["ubuntu:focal", "ubuntu:jammy", "debian:bullseye", "debian:bookworm"]
["ubuntu:jammy", "ubuntu:noble", "debian:bullseye", "debian:bookworm"]

test-fedora-dependencies:
image: $IMAGE
Expand All @@ -174,7 +174,7 @@ test-fedora-dependencies:
- dnf install -y gcc python3-devel
parallel:
matrix:
- IMAGE: ["fedora:38", "fedora:39"]
- IMAGE: ["fedora:39", "fedora:40"]

pypi-upload:
image: python
Expand Down

0 comments on commit 6b2b7b0

Please sign in to comment.