Skip to content

Commit 3acaf1b

Browse files
Add Ruby 3.2
1 parent 41d075d commit 3acaf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby-version: ['2.6', '2.7', '3.0', '3.1']
22+
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
2323
mongodb-version: ['4.4']
2424
sqlite-version: ['3.0']
2525

2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828
- name: Set up Ruby
2929
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
3030
# change this to (see https://github.com/ruby/setup-ruby#versioning):

0 commit comments

Comments
 (0)