Skip to content

Commit

Permalink
Merge pull request #13 from heyinc/ruby3.4
Browse files Browse the repository at this point in the history
Ruby 3.4を使うようにする
  • Loading branch information
White-Green authored Dec 26, 2024
2 parents 090b20b + 7c1d010 commit df5d895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
- name: Install dependencies
run: bundle install
- name: Run RuboCop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.3', '3.2', '3.1']
ruby-version: ['3.4', '3.3', '3.2', '3.1']
node-version: ['16', '18', '20', '22']

steps:
Expand Down

0 comments on commit df5d895

Please sign in to comment.