Skip to content

Commit

Permalink
Fedora 25 is EOL, replacing with 27
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-sidorenko committed Feb 7, 2018
1 parent 6332377 commit 5aa3cab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .kitchen.do.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ platforms:
- name: debian-8
driver_config:
image: debian-8-x64
- name: fedora-25
driver_config:
image: fedora-25-x64
- name: fedora-26
driver_config:
image: fedora-26-x64
- name: fedora-27
driver_config:
image: fedora-27-x64
6 changes: 3 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ platforms:
- name: debian-8
driver_config:
box: bento/debian-8.6
- name: fedora-25
driver_config:
box: bento/fedora-25
- name: fedora-26
driver_config:
box: bento/fedora-26
- name: fedora-27
driver_config:
box: bento/fedora-27
- name: opensuse-leap-42
driver_config:
box: bento/opensuse-leap-42.1
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ env:
- INSTANCE=centos-7 CHEF_VERSION=12.5.1
- INSTANCE=debian-7
- INSTANCE=debian-8
- INSTANCE=fedora-25
- INSTANCE=fedora-26
- INSTANCE=fedora-27

script:
- bundle exec rake prepare_do_env kitchen KITCHEN_LOCAL_YAML=.kitchen.do.local.yml
Expand All @@ -35,8 +35,8 @@ matrix:
- env: INSTANCE=centos-7 CHEF_VERSION=12.5.1
- env: INSTANCE=debian-7
- env: INSTANCE=debian-8
- env: INSTANCE=fedora-25
- env: INSTANCE=fedora-26
- env: INSTANCE=fedora-27
include:
- env: UNIT_AND_LINT=1
script:
Expand Down

0 comments on commit 5aa3cab

Please sign in to comment.