Skip to content

Commit

Permalink
Test against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 27, 2024
1 parent c9f0548 commit 10c7505
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
bundler-cache: true
- uses: pnpm/action-setup@v4
- name: Set up Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: ['3.3']
ruby-version: ['3.4']

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3']
ruby-version: ['3.1', '3.2', '3.3', '3.4']
gemfile: [rails_6.1, rails_7.0, rails_7.1, rails_7.2, rails_8.0]
channel: ['stable']

Expand All @@ -26,6 +26,9 @@ jobs:
- ruby-version: '3.3'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: '3.4'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_7.1
channel: 'experimental'
Expand All @@ -46,6 +49,10 @@ jobs:
gemfile: rails_6.1
- ruby-version: '3.3'
gemfile: rails_6.1
- ruby-version: '3.4'
gemfile: rails_6.1
- ruby-version: '3.4'
gemfile: rails_7.0

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* [FEATURE] Drop Internet Explorer and other older browsers support
* [FEATURE] Drop Ruby < 3.1
* [ENHANCEMENT] Update QUnit to 2.23.0
* [ENHANCEMENT] Test against Ruby 3.4

## 22.3.0 / 2024-11-12

Expand Down

0 comments on commit 10c7505

Please sign in to comment.