Skip to content

Commit

Permalink
Use ruby 3.1 in CI
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Gerrand <sgerrand@users.noreply.github.com>
  • Loading branch information
bliof-fc and sgerrand committed Feb 13, 2024
1 parent 8f386a0 commit b2d7954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.1'
bundler-cache: true

- name: Run RuboCop
Expand All @@ -51,7 +51,7 @@ jobs:
- 6379:6379
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2', 'head']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', 'head']
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit b2d7954

Please sign in to comment.