Skip to content

Commit d546927

Browse files
authored
Merge pull request #1558 from jepler/pin-ruby-3.3
pin ruby minor version
2 parents f5bd923 + 7f528f4 commit d546927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: 3.x
4141
- uses: ruby/setup-ruby@v1
4242
with:
43-
ruby-version: '3'
43+
ruby-version: '3.3'
4444
bundler-cache: true
4545
- name: Install Dependencies
4646
run: |

0 commit comments

Comments
 (0)