From 063f52926f7ec1cfe8bf57f2acf21db22b674798 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 8 Mar 2024 11:39:27 +0100 Subject: [PATCH] README.md: Update required Puppet/Ruby versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98fee79..1197d5e 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Hiera YAML. Puppet::Syntax is supported with: -- Puppet >= 5.0 that provides the `validate` face. -- Ruby >= 2.4 +- Puppet >= 7.0 +- Ruby >= 2.7 For the specific versions that we test against, see the [GitHub Actions workflow](.github/workflows/test.yml).