Skip to content

Commit

Permalink
Appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkowalski committed Dec 2, 2024
1 parent 6929931 commit 2b985f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ jobs:
strategy:
matrix:
gemfile:
- gemfiles/rails_7.0
- gemfiles/rails_7.1
- gemfiles/rails_7.2
- gemfiles/rails_8.0
ruby:
- "3.1"
- "3.2"
- "3.3"
# exclude:
# - gemfile: gemfiles/rails_6.0
# ruby: '3.2'
exclude:
- gemfile: gemfiles/rails_8.0
ruby: '3.1'
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile
steps:
Expand Down
5 changes: 0 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# frozen_string_literal: true

appraise "rails-7.0" do
gem "rails", "~> 7.0.0"
gem "sqlite3", "~> 1.6"
end

appraise "rails-7.1" do
gem "rails", "~> 7.1.0"
gem "sqlite3", "~> 1.6"
Expand Down
16 changes: 0 additions & 16 deletions gemfiles/rails_7.0.gemfile

This file was deleted.

0 comments on commit 2b985f0

Please sign in to comment.