1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Run specs against the latest release of 2.4

This commit is contained in:
Benoit Daloze 2020-01-28 18:12:24 +01:00
parent 0ad0e63887
commit fe8573f31a
2 changed files with 2 additions and 2 deletions

View file

@ -365,7 +365,7 @@ env:
- &rubyspec
name: Check ruby/spec version guards on Ruby 2.4
language: ruby
rvm: 2.4.6
rvm: 2.4.9
before_install:
install:
before_script: chmod -R u+w spec/ruby

View file

@ -66,7 +66,7 @@ See `spec/ruby/CONTRIBUTING.md` for more documentation about guards.
To verify specs are compatible with older Ruby versions:
```
cd spec/ruby
$RUBY_MANAGER use 2.4.6
$RUBY_MANAGER use 2.4.9
../mspec/bin/mspec -j
```