Skip to content

Commit 8f4615c

Browse files
authored
Merge pull request #175 from tagliala/chore/test-against-ruby-33
Test against Ruby 3.3
2 parents b23b24b + d9d7199 commit 8f4615c

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)