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:
parent
0ad0e63887
commit
fe8573f31a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue