Skip to content

Commit

Permalink
Update platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Dec 3, 2024
1 parent 69d4cf9 commit e33bb75
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ jobs:
strategy:
matrix:
os:
- almalinux-8
- amazonlinux-2
- debian-10
- amazonlinux-2023
- debian-12
- debian-11
- centos-7
- centos-stream-8
- ubuntu-1804
- ubuntu-2004
- ubuntu-2204
- fedora-latest
- rockylinux-9
- rockylinux-8
- ubuntu-2204
- ubuntu-2004
suite:
- openjdk-11
- openjdk-16
Expand Down
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require:
- cookstyle
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This file is used to list changes made in each version of the Java cookbook.
- Remove commented out `adoptopenjdk_linux_install` resource
- CI: chore(deps): update sous-chefs/.github action to v3.1.0
- CI: chore(deps): update actionshub/chef-install action to v3
- Update platforms

## 12.0.7 - *2024-11-18*

Expand Down
14 changes: 6 additions & 8 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ verifier:
name: inspec

platforms:
- name: amazonlinux-2
- name: centos-7
- name: centos-8
- name: debian-9
- name: debian-10
- name: amazonlinux-2023
- name: debian-12
- name: debian-11
- name: freebsd-11
- name: freebsd-12
- name: freebsd-13
- name: fedora-latest
- name: ubuntu-18.04
- name: rockylinux-9
- name: rockylinux-8
- name: ubuntu-22.04
- name: ubuntu-20.04

suites:
Expand Down
5 changes: 5 additions & 0 deletions test/fixtures/cookbooks/test/recipes/adoptopenjdk.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
adoptopenjdk_install node['version'] do
variant node['variant'] if node['variant']
end

include_recipe 'test::java_cert'

0 comments on commit e33bb75

Please sign in to comment.