mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Remove ruby 2.7 and rails 6 from test matrix
This commit is contained in:
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@@ -11,13 +11,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- ruby-version: 2.7.8
|
||||
rails-version: 60
|
||||
- ruby-version: 2.7.8
|
||||
rails-version: 61
|
||||
- ruby-version: 3.2.2
|
||||
- ruby-version: 3.2.3
|
||||
rails-version: 70
|
||||
- ruby-version: 3.2.2
|
||||
- ruby-version: 3.2.3
|
||||
rails-version: 71
|
||||
|
||||
env:
|
||||
|
||||
@@ -1,13 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
appraise 'rails_60' do
|
||||
gem 'rails', '~>6.0.4'
|
||||
end
|
||||
|
||||
appraise 'rails_61' do
|
||||
gem 'rails', '~>6.1.4'
|
||||
end
|
||||
|
||||
appraise 'rails_70' do
|
||||
gem 'rails', '~>7.0.8'
|
||||
end
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "pg"
|
||||
gem "aws-sdk-s3"
|
||||
gem "fog-local"
|
||||
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>6.0.4"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
|
||||
gemspec path: "../"
|
||||
@@ -1,17 +0,0 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "pg"
|
||||
gem "aws-sdk-s3"
|
||||
gem "fog-local"
|
||||
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>6.1.4"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
|
||||
gemspec path: "../"
|
||||
@@ -9,6 +9,7 @@ gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>7.0.8"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "simplecov", require: false
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
|
||||
@@ -9,6 +9,7 @@ gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>7.1.1"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "simplecov", require: false
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
|
||||
Reference in New Issue
Block a user