From 72fb19bbc56b8801dad348a3d19af6319acc87b7 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 7 Apr 2024 10:02:12 +0200 Subject: [PATCH] Test against Ruby 3.3 Also update actions to avoid deprecation messages --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc94c16..fd2aa28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.7', '3.0', '3.1', '3.2', 'jruby-head'] + ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', 'jruby-head'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: rm Gemfile.lock @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: