Skip to content

Commit

Permalink
Replace usage of ruby 2.7 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Jul 10, 2024
1 parent 49ecbdd commit 2d730ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
build:
name: Build + Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.2'
- name: Check release validity
run: sh .github/scripts/check-release.sh
- name: Publish to RubyGems
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
integration-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This package guarantees compatibility with [version v1.x of Meilisearch](https:/

## 🔧 Installation <!-- omit in toc -->

This package requires Ruby version 2.7.0 or later and Rails 6.1 or later. It may work in older versions but it is not officially supported.
This package requires Ruby version 3.0 or later and Rails 6.1 or later. It may work in older versions but it is not officially supported.

With `gem` in command line:
```bash
Expand Down
2 changes: 1 addition & 1 deletion playground/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.0

0 comments on commit 2d730ec

Please sign in to comment.