Skip to content

Commit

Permalink
chore: upgrade supported language versions (sendgrid#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored and bdarcet committed Feb 22, 2022
1 parent 98f0071 commit a2e6ee1
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', '3.0', jruby-9.2 ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'jruby-9.2' ]
env:
version: ${{ format('ruby:{0}', matrix.ruby) }}
DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }}
Expand Down Expand Up @@ -73,7 +73,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 a2e6ee1

Please sign in to comment.