Skip to content

Commit

Permalink
chore: upgrade supported language versions (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Feb 8, 2022
1 parent ae5f38f commit aba3116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
ruby: [ 2.4, 2.5, 2.6, 2.7, jruby-9.2 ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'jruby-9.2' ]
steps:
- name: Checkout ruby-http-client
uses: actions/checkout@v2
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.4
ruby-version: 3.1
bundler-cache: true

- run: make install
Expand Down

0 comments on commit aba3116

Please sign in to comment.