Skip to content

Commit 9403366

Browse files
committed
Add Ruby 3.2 to CI matrix
1 parent 3009b12 commit 9403366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['2.6', '2.7', '3.0', '3.1', 'jruby-head']
18+
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', 'jruby-head']
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)