Skip to content

Commit

Permalink
Adjust CI Matrix Ruby Version to 3.0+ to align with gemspec (#1499)
Browse files Browse the repository at this point in the history
Co-authored-by: fatkodima <fatkodima123@gmail.com>
  • Loading branch information
taketo1113 and fatkodima authored Nov 10, 2024
1 parent 5f5a7a0 commit 94e9c0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ jobs:

# To keep matrix size down, only test highest and lowest rubies.
# See "Lowest supported ruby version" in CONTRIBUTING.md
ruby: [ '3.1', '3.3' ]
ruby: [ '3.0', '3.3' ]
exclude:
# Rails 8 requires ruby 3.2+.
- gemfile: 'rails_8.0'
ruby: '3.1'
ruby: '3.0'
# Rails 7.2 requires ruby 3.1+.
- gemfile: 'rails_7.2'
ruby: '3.0'
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ Choose version:

| paper_trail | ruby | activerecord |
|-------------|----------|---------------|
| unreleased | >= 3.1.0 | >= 6.1, <= 8.0 |
| 15.2 | >= 3.1.0 | >= 6.1, <= 7.2 |
| 15.1 | >= 3.1.0 | >= 6.1, <= 7.1 |
| 15 | >= 3.0.0 | >= 6.1, < 7.2 |
| unreleased | >= 3.0.0 | >= 6.1, <= 8.0 |
| 16 | >= 3.0.0 | >= 6.1, <= 8.0 |
| 15.2 | >= 3.0.0 | >= 6.1, <= 7.2 |
| 15.1 | >= 3.0.0 | >= 6.1, <= 7.1 |
| 15 | >= 3.0.0 | >= 6.1, <= 7.1 |
| 14 | >= 2.7.0 | >= 6.0, < 7.1 |
| 13 | >= 2.6.0 | >= 5.2, < 7.1 |
| 12 | >= 2.6.0 | >= 5.2, < 7.1 |
Expand Down

0 comments on commit 94e9c0d

Please sign in to comment.