Skip to content

Commit

Permalink
Merge pull request #185 from DavyJonesLocker/chore/test-against-ruby-34
Browse files Browse the repository at this point in the history
Test against. Ruby 3.4
  • Loading branch information
tagliala authored Dec 27, 2024
2 parents 1b7acd2 + 92b11bc commit a690066
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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
5 changes: 4 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: [ csv_22.0 ]
channel: ['stable']

Expand All @@ -32,6 +32,9 @@ jobs:
- ruby-version: '3.3'
gemfile: csv_edge
channel: 'experimental'
- ruby-version: '3.4'
gemfile: csv_edge
channel: 'experimental'
- ruby-version: 'head'
gemfile: csv_edge
channel: 'experimental'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 17.0.0 / unreleased

* [FEATURE] Drop Internet Explorer and other older browsers support
* [ENHANCEMENT] Test against Ruby 3.3
* [ENHANCEMENT] Test against Ruby 3.3 and 3.4
* [ENHANCEMENT] Update QUnit to 2.23.0

## 16.0.0 / 2023-09-02
Expand Down

0 comments on commit a690066

Please sign in to comment.