We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d2cbc commit 6ea31a9Copy full SHA for 6ea31a9
.github/workflows/integration_tests.yml
@@ -77,6 +77,7 @@ jobs:
77
distro:
78
- 'debian:11'
79
- 'debian:12'
80
+ - 'debian:13'
81
- 'ubuntu:20.04'
82
- 'ubuntu:22.04'
83
- 'alpine:3.13'
@@ -93,6 +94,10 @@ jobs:
93
94
pre: >-
95
apt-get update &&
96
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
101
102
- distro: 'ubuntu:20.04'
103
0 commit comments