Skip to content

Commit 648ee27

Browse files
Update ruby.yml
1 parent 77c6486 commit 648ee27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Set up Ruby 3.1
12-
uses: actions/setup-ruby@v1
11+
- name: Set up Ruby 3.3
12+
uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: 3.1.x
14+
ruby-version: 3.3.x
1515
- name: Build and test with Rake
1616
run: |
1717
sudo apt-get update

0 commit comments

Comments
 (0)