Skip to content

Commit

Permalink
Add Ruby 3.3.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gremerritt committed Jan 4, 2024
1 parent 8052670 commit 677fe63
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,16 @@ jobs:
workflows:
build:
jobs:
- lint
- test:
matrix:
parameters:
gemfile:
- "gemfiles/rails_6.1.gemfile"
- "gemfiles/rails_7.0.gemfile"
- "gemfiles/rails_7.1.gemfile"
ruby_version:
- "3.0.6"
- "3.1.4"
- "3.2.2"
- lint
- test:
matrix:
parameters:
gemfile:
- gemfiles/rails_6.1.gemfile
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_7.1.gemfile
ruby_version:
- 3.0.6
- 3.1.4
- 3.2.2
- 3.3.0

0 comments on commit 677fe63

Please sign in to comment.