1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Drop test on Ruby 2.4

This commit is contained in:
Trung Lê 2020-04-14 22:38:43 +10:00
parent 14665afe39
commit d6219df22f
2 changed files with 2 additions and 1 deletions

View file

@ -2,8 +2,8 @@ dist: xenial
compiler: clang
language: ruby
rvm:
- 2.6
- 2.5
- 2.4
- rubinius-3
matrix:
include:

View file

@ -2,6 +2,7 @@
* Update upstream v8 version to 7.3.495.0
* Enable I18n support in V8
* Drop support for Ruby 2.4 (EOL)
### v7.3.492.27.0, v7.3.492.27.1 - 2019-04-24