Skip to content

Commit

Permalink
Add ruby 3.3.0 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 22, 2024
1 parent dedd954 commit eb5db70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
additional_engine_cart_rails_options: ['']
additional_name: ['']
include:
- ruby: '3.3.0'
rails_version: '7.1.1'
- ruby: '3.2.2'
rails_version: '7.1.1'
- ruby: '3.2.2'
Expand Down Expand Up @@ -84,7 +86,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler: '2.4.22'
bundler: 'latest'
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
Expand Down

0 comments on commit eb5db70

Please sign in to comment.