summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-12-01 10:39:34 -0800
committerGitHub <noreply@github.com>2021-12-01 10:39:34 -0800
commit1606eb24891aa3470a617afe27c82a3712ee0cbe (patch)
treea540093a95daeadf9b74333291847bb3e3b5e400
parent3eb3a20e83c063df3a3949b39021fb8a05c9b247 (diff)
parent8fb118d32e9b46ad08e53bd753e60b666251c5ae (diff)
downloadchef-1606eb24891aa3470a617afe27c82a3712ee0cbe.tar.gz
Merge pull request #12331 from chef/22.04_testing
Replace Ubuntu 21.10 testing with 22.04 testing
-rw-r--r--.github/workflows/kitchen.yml2
-rw-r--r--kitchen-tests/kitchen.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index fe7afc493f..d32762a1d7 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -108,7 +108,7 @@ jobs:
- 'oraclelinux-8'
- 'ubuntu-1804'
- 'ubuntu-2004'
- - 'ubuntu-2110'
+ - 'ubuntu-2204'
runs-on: ubuntu-latest
env:
FORCE_FFI_YAJL: ext
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index ad7cd3e82b..4d13f2835f 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -135,9 +135,9 @@ platforms:
- RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource testing
-- name: ubuntu-21.10
+- name: ubuntu-22.04
driver:
- image: dokken/ubuntu-21.10
+ image: dokken/ubuntu-22.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update -y