Skip to content

Commit

Permalink
Update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 9, 2025
1 parent 5692e4e commit 6abda67
Show file tree
Hide file tree
Showing 10 changed files with 905 additions and 587 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.1', '3.2', '3.3']
ruby: ['3.2', '3.3', '3.4']
gemfile:
- rails_6_1
- rails_7_0
- rails_7_1
- rails_8_0
- rails_main
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
6 changes: 5 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ appraise "rails-7-0" do
end

appraise "rails-7-1" do
gem "rails", "~> 7.1.0.beta1"
gem "rails", "~> 7.1.0"
end

appraise "rails-8-0" do
gem "rails", "~> 8.0.0"
end

appraise "rails-main" do
Expand Down
Loading

0 comments on commit 6abda67

Please sign in to comment.