Skip to content

Commit

Permalink
remove EOL ruby support (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo authored Mar 18, 2022
1 parent 610d18e commit d5e756e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ jobs:
test:
strategy:
matrix:
ruby-version: ["2.5", "3.1", "jruby"]
ruby-version: ["2.6", "3.1", "jruby"]
platform: [ubuntu-latest, macos-latest] # , windows-latest]
# test only latest version on macos and windows
exclude:
- platform: macos-latest
ruby-version: "2.5"
ruby-version: "2.6"
- platform: macos-latest
ruby-version: "jruby"
# - platform: windows-latest
# ruby-version: '2.5'
# ruby-version: '2.6'
# - platform: windows-latest
# ruby-version: '2.6'
runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is based on https://github.com/rails/rails/blob/master/.rubocop.yml (MIT license)
# Automatically generated by OpenAPI Generator (https://openapi-generator.tech)
AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The code is generated using [`generator`](https://github.com/DataDog/datadog-api

Installing and using the API client library requires:

1. Ruby 2.2+
1. Ruby 2.6+

## Installation

Expand Down

0 comments on commit d5e756e

Please sign in to comment.