Skip to content

Commit

Permalink
test: Run CI with Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Dec 27, 2024
1 parent 95a10d4 commit eb6d9ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run haml-lint
run: bundle exec haml-lint
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ jobs:
- 3.1
- 3.2
- 3.3
- 3.4
- ruby-head
active_support_version:
- latest
include:
- ruby: 3.3
- ruby: 3.4
active_support_version: ~> 7.0.x
- ruby: 3.3
- ruby: 3.4
active_support_version: ~> 7.1.x
- ruby: 3.3
- ruby: 3.4
active_support_version: ~> 7.2.x
env:
ACTIVE_SUPPORT_VERSION: ${{ matrix.active_support_version }}
Expand Down

0 comments on commit eb6d9ea

Please sign in to comment.