Skip to content

Commit 582c570

Browse files
Merge pull request #220 from artem-forks/debian-10
Enable CI testing of Debian 10
2 parents 8151e35 + b406c7f commit 582c570

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.kitchen.dokken.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ platforms:
5454
intermediate_instructions:
5555
- RUN /usr/bin/apt-get update
5656
pid_one_command: /bin/systemd
57+
- name: debian-10
58+
driver:
59+
image: dokken/debian-10
60+
intermediate_instructions:
61+
- RUN /usr/bin/apt-get update
62+
pid_one_command: /bin/systemd
5763
- name: fedora-29
5864
driver:
5965
image: dokken/fedora-29

.kitchen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ platforms:
1111
- name: oracle-7
1212
- name: debian-8
1313
- name: debian-9
14+
- name: debian-10
1415
- name: fedora-29
1516
- name: fedora-30
1617
- name: opensuse-leap-42

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
- INSTANCE=oracle-7
2020
- INSTANCE=debian-8
2121
- INSTANCE=debian-9
22+
- INSTANCE=debian-10
2223
- INSTANCE=fedora-29
2324
- INSTANCE=fedora-30
2425
- INSTANCE=opensuse-42

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
1515

1616
### Platform
1717

18-
- Debian 8, 9
18+
- Debian 8, 9, 10
1919
- Ubuntu 16.04, 18.04
2020
- RHEL 6, 7
2121
- CentOS 6, 7

0 commit comments

Comments
 (0)