Skip to content

Commit

Permalink
Merge pull request #549 from cben/ruby3.1
Browse files Browse the repository at this point in the history
Test on Ruby 3.1
  • Loading branch information
cben authored Mar 5, 2022
2 parents ae46d2d + f5eb459 commit 0f35317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
continue-on-error: ${{ contains(matrix.ruby, '-head') }}
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0', 'ruby-head', 'truffleruby-head']
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head', 'truffleruby-head']
os: ['ubuntu-latest', 'macos-latest']
task: [test]
include:
Expand Down
1 change: 1 addition & 0 deletions kubeclient.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'googleauth', '~> 0.5'
spec.add_development_dependency('mocha', '~> 1.5')
spec.add_development_dependency 'openid_connect', '~> 1.1'
spec.add_development_dependency 'net-smtp'

spec.add_dependency 'faraday', '~> 1.1'
spec.add_dependency 'faraday_middleware', '~> 1.0'
Expand Down

0 comments on commit 0f35317

Please sign in to comment.