Skip to content

Commit

Permalink
Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gremerritt committed Jan 5, 2024
1 parent 677fe63 commit 4f1d164
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +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
- 3.3.0
- 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 4f1d164

Please sign in to comment.