Skip to content

Commit b7b3f7d

Browse files
committed
Use Ruby 3.4.
1 parent 3280bf9 commit b7b3f7d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
uses: ruby/setup-ruby@v1
1414
with:
1515
bundler-cache: true
16+
ruby-version: '3.4'
1617
- run: bundle exec rubocop

.github/workflows/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: ruby/setup-ruby@v1
1616
with:
1717
bundler-cache: true
18+
ruby-version: '3.4'
1819
- name: Download
1920
run: bundle exec rake api:download
2021
- name: Update

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
uses: ruby/setup-ruby@v1
1313
with:
1414
bundler-cache: true
15+
ruby-version: '3.4'
1516
- name: Validate
1617
run: bundle exec rake api:validate

0 commit comments

Comments
 (0)