From cd6728288f371702f2e530fa16fceac67ffef153 Mon Sep 17 00:00:00 2001 From: archanaserver Date: Tue, 21 Nov 2023 02:05:34 +0530 Subject: [PATCH] Update matrix versions --- .github/workflows/ci.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbc008e7..9cef46f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,11 +23,13 @@ jobs: strategy: fail-fast: false matrix: - ruby: - - "2.7" - puppet: - - "7" - + include: + - ruby: '2.7' + puppet: '7' + - ruby: '3.0' + puppet: '7' + - ruby: '3.2' + puppet: '8' env: PUPPET_VERSION: ${{ matrix.puppet }}