Skip to content

Commit 5363715

Browse files
authored
Use Ruby 3.3 in testing
1 parent c666a4b commit 5363715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: ruby/setup-ruby@v1
99
with:
10-
ruby-version: '3.2'
10+
ruby-version: '3.3'
1111
- name: Run tests
1212
run: rake test

0 commit comments

Comments
 (0)