Skip to content

Commit

Permalink
update ci config ruby version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Mar 21, 2024
1 parent 55afc00 commit 10ce765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ workflows:
parameters:
ruby-version:
- '2.6'
- '3.0'
- '3.2'
- '3.3'
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
matrix:
ruby_version:
- '2.6'
- '3.0'
- '3.2'
- '3.3'
runs-on: ubuntu-22.04
container: ruby:${{ matrix.ruby_version }}-slim
steps:
Expand Down

0 comments on commit 10ce765

Please sign in to comment.