mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ruby 2.3 is EOL
This commit is contained in:
parent
4c8f107898
commit
766293fc49
1 changed files with 2 additions and 2 deletions
|
@ -300,10 +300,10 @@ env:
|
|||
- LDFLAGS=-Wno-unused-command-line-argument
|
||||
|
||||
- &rubyspec
|
||||
name: ruby/spec on Ruby 2.3 # to ensure version guards are correctly added
|
||||
name: ruby/spec on Ruby 2.4 # to ensure version guards are correctly added
|
||||
<<: *linux
|
||||
language: ruby
|
||||
rvm: 2.3.8
|
||||
rvm: 2.4.6
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in a new issue