Skip to content

Commit

Permalink
Test against Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 31, 2023
1 parent 1b518bb commit e2bd75a
Show file tree
Hide file tree
Showing 3 changed files with 6 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.2'
ruby-version: '3.3'
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v4
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.2']
ruby-version: ['3.3']

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: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
gemfile: [ csv_22.0 ]
channel: ['stable']

Expand All @@ -35,6 +35,9 @@ jobs:
- ruby-version: '3.2'
gemfile: csv_edge
channel: 'experimental'
- ruby-version: '3.3'
gemfile: csv_edge
channel: 'experimental'
- ruby-version: 'head'
gemfile: csv_edge
channel: 'experimental'
Expand Down

0 comments on commit e2bd75a

Please sign in to comment.