Skip to content

Commit 1f9f931

Browse files
authored
Merge pull request #66 from SpringMT/feature/add-ruby-3-3-for-ga
feat: add ruby 3.3 for GitHub Actions
2 parents 61fac46 + 8d05364 commit 1f9f931

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
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['2.7', '3.0', '3.1', '3.2']
18+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Set up Ruby
2323
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2424
# change this to (see https://github.com/ruby/setup-ruby#versioning):

0 commit comments

Comments
 (0)