From 33b90f922966ec357a1f9cc040094657bce6d65c Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Tue, 18 Jun 2024 16:53:05 -0500 Subject: [PATCH] add ruby 3.4 Signed-off-by: Corey Hemminger --- .github/workflows/lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3300d12..cb3faf7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,11 +12,14 @@ jobs: runs-on: ubuntu-latest needs: lint-unit name: Kitchen Verify + strategy: + matrix: + ruby: ["3.3", "3.4"] steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3 + ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Create & Validate containers run: |