Skip to content

Commit 10c7505

Browse files
committed
Test against Ruby 3.4
1 parent c9f0548 commit 10c7505

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/javascript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: '3.3'
21+
ruby-version: '3.4'
2222
bundler-cache: true
2323
- uses: pnpm/action-setup@v4
2424
- name: Set up Node

.github/workflows/rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
ruby-version: ['3.3']
22+
ruby-version: ['3.4']
2323

2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/ruby.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['3.1', '3.2', '3.3']
18+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
1919
gemfile: [rails_6.1, rails_7.0, rails_7.1, rails_7.2, rails_8.0]
2020
channel: ['stable']
2121

@@ -26,6 +26,9 @@ jobs:
2626
- ruby-version: '3.3'
2727
gemfile: rails_edge
2828
channel: 'experimental'
29+
- ruby-version: '3.4'
30+
gemfile: rails_edge
31+
channel: 'experimental'
2932
- ruby-version: 'head'
3033
gemfile: rails_7.1
3134
channel: 'experimental'
@@ -46,6 +49,10 @@ jobs:
4649
gemfile: rails_6.1
4750
- ruby-version: '3.3'
4851
gemfile: rails_6.1
52+
- ruby-version: '3.4'
53+
gemfile: rails_6.1
54+
- ruby-version: '3.4'
55+
gemfile: rails_7.0
4956

5057
env:
5158
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* [FEATURE] Drop Internet Explorer and other older browsers support
1111
* [FEATURE] Drop Ruby < 3.1
1212
* [ENHANCEMENT] Update QUnit to 2.23.0
13+
* [ENHANCEMENT] Test against Ruby 3.4
1314

1415
## 22.3.0 / 2024-11-12
1516

0 commit comments

Comments
 (0)