File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 - ruby : 3.4.1
6767 gemfile : Gemfile.8.0.pg
6868 bundler : 2.5.23
69+
70+ - ruby : 4.0.2
71+ gemfile : Gemfile.6.1.pg
72+ bundler : 2.5.23
73+ - ruby : 4.0.2
74+ gemfile : Gemfile.7.0.pg
75+ bundler : 2.5.23
76+ - ruby : 4.0.2
77+ gemfile : Gemfile.8.0.pg
78+ bundler : 2.5.23
6979 env :
7080 BUNDLE_GEMFILE : " ${{ matrix.gemfile }}"
7181 steps :
Original file line number Diff line number Diff line change 1- 3.4.1
1+ 4.0.2
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ We recommend to test large changes against multiple versions of Ruby and multipl
191191- Run tests using ` rake matrix:spec `
192192
193193 ``` sh
194- for version in " 2.5.6" " 2.6.6" " 2.7.2" " 3.2.0" " 3.4.1" ; do rbenv shell $version && bundle install && bundle exec rake matrix:install && bundle exec rake matrix:spec; done
194+ for version in " 2.5.6" " 2.6.6" " 2.7.2" " 3.2.0" " 3.4.1" " 4.0.2 " ; do rbenv shell $version && bundle install && bundle exec rake matrix:install && bundle exec rake matrix:spec; done
195195 ```
196196
197197You can also run ` bin/console ` for an interactive prompt that will allow you to experiment.
You can’t perform that action at this time.
0 commit comments