Skip to content

Commit 5639fdb

Browse files
committed
Add support for Ruby 3.3
1 parent 85463ac commit 5639fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- '3.0'
1818
- '3.1'
1919
- '3.2'
20+
- '3.3'
2021

2122
steps:
2223
- uses: actions/checkout@v4
@@ -38,6 +39,6 @@ jobs:
3839
uses: ruby/setup-ruby@v1
3940
with:
4041
bundler-cache: true
41-
ruby-version: '3.2'
42+
ruby-version: '3.3'
4243
- name: StandardRB
4344
run: bundle exec rake standard

0 commit comments

Comments
 (0)