Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop EOL Rubies from CI tests #2038

Merged
merged 5 commits into from Jun 6, 2020
Merged

Conversation

Zeragamba
Copy link
Contributor

This PR drops Ruby 2.3 and Ruby 2.4 from the list of automatically tested Ruby versions.

  • 2.3 was EOL March 31 2019
  • 2.4 was EOL March 31 2020

@Zeragamba Zeragamba merged commit a7dc646 into faker-ruby:master Jun 6, 2020
@Zeragamba Zeragamba deleted the drop-eol-rubies branch June 6, 2020 18:17
koic added a commit to koic/faker that referenced this pull request Jun 18, 2020
Follow up faker-ruby#2038.

This PR uses `match?`. Since Ruby 2.4, `match?` method has been introduced.
If `MatchData` is not captured, it is faster to use `match?`.
@koic koic mentioned this pull request Jun 18, 2020
koic added a commit to koic/faker that referenced this pull request Jun 19, 2020
Follow up faker-ruby#2038.

This PR uses `match?`. Since Ruby 2.4, `match?` method has been introduced.
If `MatchData` is not captured, it is faster to use `match?`.
koic added a commit to koic/faker that referenced this pull request Jul 17, 2020
Follow up faker-ruby#2038.

Faker has been dropped support for Ruby 2.4.
Zeragamba pushed a commit that referenced this pull request Jul 17, 2020
Follow up #2038.

Faker has been dropped support for Ruby 2.4.
koic added a commit to koic/faker that referenced this pull request Jul 18, 2020
Follow up faker-ruby#2038 and faker-ruby#2081.

This PR enables `Lint/UnifiedInteger` cop.
gabrielbaldao pushed a commit to gabrielbaldao/faker that referenced this pull request Jul 22, 2020
Follow up faker-ruby#2038.

Faker has been dropped support for Ruby 2.4.
gabrielbaldao pushed a commit to gabrielbaldao/faker that referenced this pull request Jul 22, 2020
Follow up faker-ruby#2038 and faker-ruby#2081.

This PR enables `Lint/UnifiedInteger` cop.
koic added a commit to koic/faker that referenced this pull request Aug 1, 2020
Follow up faker-ruby#2038.

This PR uses `match?`. Since Ruby 2.4, `match?` method has been introduced.
If `MatchData` is not captured, it is faster to use `match?`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants