Skip to content

Commit

Permalink
Merge pull request #220 from artem-forks/debian-10
Browse files Browse the repository at this point in the history
Enable CI testing of Debian 10
  • Loading branch information
artem-sidorenko authored Jul 17, 2019
2 parents 8151e35 + b406c7f commit 582c570
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: debian-10
driver:
image: dokken/debian-10
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: fedora-29
driver:
image: dokken/fedora-29
Expand Down
1 change: 1 addition & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ platforms:
- name: oracle-7
- name: debian-8
- name: debian-9
- name: debian-10
- name: fedora-29
- name: fedora-30
- name: opensuse-leap-42
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
- INSTANCE=oracle-7
- INSTANCE=debian-8
- INSTANCE=debian-9
- INSTANCE=debian-10
- INSTANCE=fedora-29
- INSTANCE=fedora-30
- INSTANCE=opensuse-42
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo

### Platform

- Debian 8, 9
- Debian 8, 9, 10
- Ubuntu 16.04, 18.04
- RHEL 6, 7
- CentOS 6, 7
Expand Down

0 comments on commit 582c570

Please sign in to comment.