File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
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
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/
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
You can’t perform that action at this time.
0 commit comments