From 6d8055dd937e99cc17f9e0dcb748f1900f012bca Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Tue, 18 Jun 2024 16:18:02 -0500 Subject: [PATCH] add ruby 3.4 Signed-off-by: Corey Hemminger --- .github/workflows/lint-unit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-unit.yml b/.github/workflows/lint-unit.yml index d99cefb..e7593f6 100644 --- a/.github/workflows/lint-unit.yml +++ b/.github/workflows/lint-unit.yml @@ -37,7 +37,7 @@ jobs: fi - name: Setup Ruby if: steps.check.outputs.gemfile == 'true' - uses: ruby/setup-ruby@v1.180.1 + uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true @@ -75,7 +75,7 @@ jobs: BUNDLE_WITHOUT: ${{ inputs.bundle_without }} strategy: matrix: - ruby: ["3.1", "3.2", "3.3"] + ruby: ["3.1", "3.2", "3.3", "3.4"] steps: - name: Checkout code uses: actions/checkout@v4 @@ -89,7 +89,7 @@ jobs: fi - name: Setup Ruby if: steps.check.outputs.gemfile == 'true' - uses: ruby/setup-ruby@v1.180.1 + uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true