From c4796a1dc3866074c6acc7a7464c6913172526e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Lucas=20Pereira?= Date: Wed, 20 Mar 2024 14:25:02 -0300 Subject: [PATCH] Added ruby versions up to 3.3 --- .github/workflows/ruby.yml | 6 +++--- .ruby-version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5a49da0..fe3ebe5 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -20,15 +20,15 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - ruby: [2.6, 2.7, 3.0] + ruby: [2.6, 2.7, 3.0, 3.1, 3.2, 3.3] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@fdcfbcf14ec9672f6f615cb9589a1bc5dd69d262 + uses: ruby/setup-ruby@1 with: ruby-version: ${{ matrix.ruby }} - name: Install dependencies diff --git a/.ruby-version b/.ruby-version index ef538c2..15a2799 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.3.0