Skip to content

Commit b0cf7c0

Browse files
committed
Test against Ruby 3.3
Ruby 3.3 is the stable Ruby version at the moment. Also updates the checkout action to the latest available to prevent a deprecation warning related to Node 16 based actions.
1 parent 50ae4d3 commit b0cf7c0

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', '3.2']
22+
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
2323
mongodb-version: ['4.4']
2424
sqlite-version: ['3.0']
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
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)