Skip to content

Commit 6ea31a9

Browse files
committed
Adding Debian 13
1 parent 41d2cbc commit 6ea31a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
distro:
7878
- 'debian:11'
7979
- 'debian:12'
80+
- 'debian:13'
8081
- 'ubuntu:20.04'
8182
- 'ubuntu:22.04'
8283
- 'alpine:3.13'
@@ -93,6 +94,10 @@ jobs:
9394
pre: >-
9495
apt-get update &&
9596
DEBIAN_FRONTEND=noninteractive apt-get -y install nmap shellcheck curl sudo perl make bzip2 file openssl dnsutils shunit2 man bc bash-completion iproute2 default-jre
97+
- distro: 'debian:13'
98+
pre: >-
99+
apt-get update &&
100+
DEBIAN_FRONTEND=noninteractive apt-get -y install nmap shellcheck curl sudo perl make bzip2 file openssl dnsutils shunit2 man bc bash-completion iproute2 default-jre
96101
97102
- distro: 'ubuntu:20.04'
98103
pre: >-

0 commit comments

Comments
 (0)