File tree Expand file tree Collapse file tree 4 files changed +5
-98
lines changed Expand file tree Collapse file tree 4 files changed +5
-98
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 tests :
1414 env :
1515 TEST_ES_SERVER : http://localhost:9200
16- RAILS_VERSIONS : ' 5.0,6.0 '
16+ RAILS_VERSIONS : ' 6.1,7.1 '
1717 strategy :
1818 fail-fast : false
1919 runs-on : ubuntu-latest
3434 - name : Bundle
3535 run : |
3636 sudo apt-get install libsqlite3-dev
37- gem install bundler
37+ gem install bundler -v 2.4.22
3838 bundle install
3939 bundle exec rake bundle:clean
4040 bundle exec rake bundle:install
Original file line number Diff line number Diff line change 1- name : Ruby 2.4
1+ name : Ruby 3.2
22on :
33 push :
44 branches :
1313 tests :
1414 env :
1515 TEST_ES_SERVER : http://localhost:9200
16- RAILS_VERSIONS : ' 5.0 '
16+ RAILS_VERSIONS : ' 7.1 '
1717 strategy :
1818 fail-fast : false
1919 runs-on : ubuntu-latest
3030 cluster-version : 2
3131 - uses : ruby/setup-ruby@v1
3232 with :
33- ruby-version : 2.4
33+ ruby-version : 3.2
3434 - name : Bundle
3535 run : |
3636 sudo apt-get install libsqlite3-dev
You can’t perform that action at this time.
0 commit comments