Skip to content

Commit 56a65ca

Browse files
authored
Merge pull request #6 from code0-tech/update-ruby
Update ruby to 3.4.7
2 parents a15eb1f + fdc7da5 commit 56a65ca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
ruby:
1717
- '3.2.2'
1818
- '3.3.6'
19+
- '3.4.7'
1920

2021
steps:
2122
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: '3.2.2'
23+
ruby-version: '3.4.7'
2424
- name: Install gems
2525
run: bundle install
2626
- name: Set version

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.2.2
1+
ruby 3.4.7

0 commit comments

Comments
 (0)