Skip to content

Commit 911598f

Browse files
committed
remove Debian 10 buster from tests and documentation
Support for Debian 10 Buster was dropped in PR#2352 #2352
1 parent 5850b07 commit 911598f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ansible-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
path: ./src/intelmq-vagrant
3434

3535
- name: Run ansible tests
36-
run: podman run -e CI=${CI} -v ${GITHUB_WORKSPACE}/src:/src docker.io/debian:buster-slim /src/intelmq/.github/workflows/scripts/ansible.sh
36+
run: podman run -e CI=${CI} -v ${GITHUB_WORKSPACE}/src:/src docker.io/debian:bullseye-slim /src/intelmq/.github/workflows/scripts/ansible.sh

.github/workflows/debian-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Build Debian packages
2424
strategy:
2525
matrix:
26-
codename: ['buster', 'bullseye']
26+
codename: ['bullseye', 'bookworm']
2727

2828
steps:
2929
- name: Checkout repository

.github/workflows/scripts/debian-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -x
1010
set -e
1111

1212
# A list of known Debian releases
13-
knowncodenames=("stretch" "buster" "bullseye" "stable" "testing")
13+
knowncodenames=("bullseye" "bookworm" "stable" "testing")
1414

1515
# We want exactly one argument: the name of the release
1616
if (( $# != 1 ))

docs/user/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following instructions assume the following requirements. Python versions >=
3030

3131
Supported and recommended operating systems are:
3232

33-
* Debian 10 Buster, Debian 11 Bullseye, Debian 12 Bookworm
33+
* Debian Debian 11 Bullseye, Debian 12 Bookworm
3434
* openSUSE Tumbleweed, Leap 15.5
3535
* Ubuntu: 20.04 Focal, 22.04 Jammy
3636
* For the Docker-installation: Docker Engine: 18.x and higher

0 commit comments

Comments
 (0)