Skip to content

Commit 07a3310

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml - .github/workflows/rubocop.yml
1 parent 54b9ca6 commit 07a3310

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
ruby:
25+
- "4.0"
2526
- "3.4"
2627
- "3.3"
2728
- "3.2"
2829
include:
29-
- ruby: "3.4"
30+
- ruby: "4.0"
3031
coverage: "true"
3132
- ruby: "jruby"
3233
optional: true
33-
- ruby: "4.0.0-preview2"
34-
optional: true
3534
env:
3635
COVERAGE: ${{ matrix.coverage }}
3736
steps:

.github/workflows/rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525

26-
- name: Set up Ruby 3.4
26+
- name: Set up Ruby 4.0
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: 3.4
29+
ruby-version: 4.0
3030
bundler-cache: true
3131

3232
- name: Run RuboCop

0 commit comments

Comments
 (0)