Skip to content

Commit d5377e5

Browse files
committed
Fix CI
1 parent e331590 commit d5377e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby-version: ["3.0", "3.1", "3.2"]
21+
ruby-version: ["3.2", "3.3", "3.4"]
2222
rails-version: [6.1, 7.0]
2323
env:
2424
RAILS_VERSION: ${{ matrix.rails-version }}
@@ -36,7 +36,7 @@ jobs:
3636
run: bundle exec rspec
3737
- name: Upload coverage reports to Codecov
3838
uses: codecov/codecov-action@v5
39-
if: matrix.ruby-version == '3.1' && matrix.rails-version == '7.0'
39+
if: matrix.ruby-version == '3.4' && matrix.rails-version == '7.0'
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242

@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
BUNDLE_WITH: test
5252
with:
53-
ruby-version: "3.0"
53+
ruby-version: "3.4"
5454
bundler-cache: true
5555
- name: Run linter
5656
run: bundle exec rubocop lib/ spec/
@@ -76,7 +76,7 @@ jobs:
7676
BUNDLE_WITHOUT: test
7777
BUNDLE_GEMFILE: ./playground/Gemfile
7878
with:
79-
ruby-version: "3.0"
79+
ruby-version: "3.4"
8080
bundler-cache: true
8181
- name: Meilisearch (latest) setup with Docker
8282
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest meilisearch --master-key=masterKey --no-analytics

0 commit comments

Comments
 (0)