Skip to content

Commit aba3116

Browse files
author
childish-sambino
authored
chore: upgrade supported language versions (#129)
1 parent ae5f38f commit aba3116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
ruby: [ 2.4, 2.5, 2.6, 2.7, jruby-9.2 ]
20+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'jruby-9.2' ]
2121
steps:
2222
- name: Checkout ruby-http-client
2323
uses: actions/checkout@v2
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Ruby
6060
uses: ruby/setup-ruby@v1
6161
with:
62-
ruby-version: 2.4
62+
ruby-version: 3.1
6363
bundler-cache: true
6464

6565
- run: make install

0 commit comments

Comments
 (0)