Skip to content

Commit

Permalink
fix: Drop support for Ruby 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 21, 2025
1 parent 7c19ade commit c71b996
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- '2.3'
- '2.4'
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
runs-on: ubuntu-latest
env:
DISABLE_AWS_CLIENT_CHECK: true
Expand Down

0 comments on commit c71b996

Please sign in to comment.