From 829906b24de1599ca17e41a270a1b73d6beec20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 22 Jan 2024 06:37:17 -1000 Subject: [PATCH] Add Ruby 3.3 to the CI test matrix While here, update the version of Ruby used for "commonn" steps to use a supported one. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17689c30..f47ec9bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.1' bundler-cache: true - name: Run rubocop run: bundle exec rubocop @@ -32,6 +32,7 @@ jobs: - 3.0 - 3.1 - 3.2 + - 3.3 steps: - uses: actions/checkout@v4 - name: Setup Ruby