Skip to content

Commit d9d7199

Browse files
committed
Test against Ruby 3.3
Also upgrade checkout action to the latest version available
1 parent d14bf38 commit d9d7199

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,10 +19,10 @@ 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

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

0 commit comments

Comments
 (0)