Skip to content

Commit

Permalink
Tests are green
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrjohn committed Jan 29, 2025
1 parent 5fc0b10 commit f97228a
Show file tree
Hide file tree
Showing 13 changed files with 527 additions and 141 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
gemfile:
- gemfiles/rails_6_1.gemfile
- gemfiles/rails_7_0.gemfile
- gemfiles/rails_7_1.gemfile
- gemfiles/rails_7_2.gemfile
- gemfiles/rails_8_0.gemfile
- gemfiles/rails_main.gemfile
continue-on-error: [ false ]
exclude:
- ruby-version: "3.1"
gemfile: gemfiles/rails_8_0.gemfile
- ruby-version: "3.1"
gemfile: gemfiles/rails_main.gemfile

name: ${{ format('Tests (Ruby {0}, {1})', matrix.ruby-version, matrix.gemfile) }}
runs-on: ubuntu-latest
Expand Down
8 changes: 7 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
appraise "rails_6_1" do
gem "rails", "~> 6.1.0"
gem "rails", "~> 6.1"
gem "propshaft"
end

appraise "rails_7_0" do
Expand All @@ -17,6 +18,11 @@ appraise "rails_7_2" do
gem "propshaft"
end

appraise "rails_8_0" do
gem "rails", "~> 8.0.0"
gem "propshaft"
end

appraise "rails_main" do
gem "rails", github: "rails/rails", branch: "main"
gem "propshaft"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec

gem "appraisal"
gem "rails", "~> 6.1.0"
gem "rails", "~> 7.2.0"
gem "sprockets-rails"
gem "sqlite3"

Expand Down
Loading

0 comments on commit f97228a

Please sign in to comment.