Skip to content

Commit

Permalink
Fix testing with Ruby 3.2 (#67)
Browse files Browse the repository at this point in the history
* Include standardrb's config in rubocop.yml

* Update changelog

* Fix offenses in bin files

* Revert formatter changes

* Fix testing with Ruby 3.2

* Update changelog

* Update .github/workflows/main.yml

Co-authored-by: Ernesto Tagwerker <ernesto+github@ombulabs.com>

---------

Co-authored-by: Ernesto Tagwerker <ernesto+github@ombulabs.com>
  • Loading branch information
arielj and etagwerker committed Oct 11, 2023
1 parent afab984 commit 8de4a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"
- run: bundle install
- run: bundle exec standardrb
test:
Expand All @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
ruby: [2.5, 2.6, 2.7, 3.0, 3.1]
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2"]
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

* [FEATURE: Support defining validations in the .env.template file](https://github.com/fastruby/dotenv_validator/pull/65)
* [DX: Use Standardrb's config for RuboCop](https://github.com/fastruby/dotenv_validator/pull/66)
* [DX: Update GitHub Workflow to test with Ruby 3.2](https://github.com/fastruby/dotenv_validator/pull/67)

# v1.3.0 /2023-01-03 [(commits)](https://github.com/fastruby/dotenv_validator/compare/v1.2.0...v1.3.0)

Expand Down

0 comments on commit 8de4a4e

Please sign in to comment.