Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
noelrappin committed Jan 22, 2024
1 parent efed3af commit 5d00992
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "2.7"

steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +26,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: StandardRB Linter
run: bundle exec standardrb
# Commenting this because standard has different results with different Rubies
# - name: StandardRB Linter
# run: bundle exec standardrb
- name: Run the default task
run: bundle exec rake
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.0 Jan 22, 2024

* Dropped matrix testing for Ruby 2.7
* Added matrix testing for Ruby 3.3
* Added support for Rails 7.1

## 0.6.1 Dec 15, 2023

* Warning Signs error message makes it clearer that Warning Signs is
Expand Down

0 comments on commit 5d00992

Please sign in to comment.