Skip to content

Commit bba8ed7

Browse files
committed
ruby 4
1 parent 3c9eaaa commit bba8ed7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '3.2'
2121
- '3.3'
2222
- '3.4'
23+
- '4.0'
2324
- jruby-9.4
2425
- jruby-10.0
2526
fail-fast: false

.github/workflows/livecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: '3'
20+
ruby-version: '4'
2121
bundler-cache: true
2222
- env:
2323
RETRY: ${{ inputs.retry }}

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@v6
1212
- uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: '3'
14+
ruby-version: '4'
1515
bundler-cache: true
1616
- run: bundle exec rubocop

0 commit comments

Comments
 (0)