Skip to content

Commit 044a16b

Browse files
committed
Update Ruby 3.4
1 parent 8dfaf47 commit 044a16b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: '3.2'
27+
ruby-version: '3.4'
2828
bundler-cache: true
2929
- name: Setup Pages
3030
id: pages

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: "3.0"
18+
ruby-version: "3.4"
1919
bundler-cache: true
2020
- name: Run RSpec
2121
run: bundle exec rake
2222
env:
2323
SIMPLIFIED_RUN: "1"
24-

0 commit comments

Comments
 (0)