Skip to content

Commit 07d6dfc

Browse files
author
childish-sambino
authored
chore: upgrade supported language versions (#594)
1 parent 7b3b98b commit 07d6dfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+1-1
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, '3.0', ruby-head, jruby-9.2 ]
20+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head', 'jruby-9.2' ]
2121
steps:
2222
- name: Checkout twilio-ruby
2323
uses: actions/checkout@v2

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This library supports the following Ruby implementations:
2525
* Ruby 2.6
2626
* Ruby 2.7
2727
* Ruby 3.0
28+
* Ruby 3.1
2829

2930
### Migrating from 4.x
3031

0 commit comments

Comments
 (0)