Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 3 additions & 44 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,52 +15,11 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.3.0, 2.4.4, 2.5.5, 2.6.3]
appraisal: ["3.2", "4.0", "4.1", "4.2", "5.0", "5.1", "5.2", "6.0"]
include:
- ruby-version: 2.7.5
appraisal: "7.0"
- ruby-version: 3.3.5
appraisal: "8.0"
exclude:
- ruby-version: 2.3.0
appraisal: "4.0"
- ruby-version: 2.3.0
appraisal: "4.2"
- ruby-version: 2.3.0
appraisal: "6.0"
- ruby-version: 2.4.4
appraisal: "3.2"
- ruby-version: 2.4.4
appraisal: "4.0"
- ruby-version: 2.4.4
appraisal: "4.1"
- ruby-version: 2.4.4
appraisal: "4.2"
- ruby-version: 2.4.4
appraisal: "6.0"
- ruby-version: 2.5.5
appraisal: "3.2"
- ruby-version: 2.5.5
appraisal: "4.0"
- ruby-version: 2.5.5
appraisal: "4.1"
- ruby-version: 2.5.5
appraisal: "4.2"
- ruby-version: 2.5.5
appraisal: "5.2"
- ruby-version: 2.6.3
appraisal: "3.2"
- ruby-version: 2.6.3
appraisal: "4.0"
- ruby-version: 2.6.3
appraisal: "4.1"
- ruby-version: 2.6.3
appraisal: "4.2"

ruby-version: [3.3.5, 3.4.4]
appraisal: ["7.1", "8.0"]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.5
53 changes: 2 additions & 51 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,55 +1,6 @@
# frozen_string_literal: true

appraise '3.2' do
gem 'activerecord', '~> 3.2.0'
gem 'i18n', '~> 0.6.5'
gem 'sqlite3', '~> 1.3.13'
end

appraise '4.0' do
gem 'activerecord', '~> 4.0.0'
gem 'i18n', '~> 0.6.5'
gem 'sqlite3', '~> 1.3.13'
end

appraise '4.1' do
gem 'activerecord', '~> 4.1.0'
gem 'i18n', '~> 0.6.9'
gem 'sqlite3', '~> 1.3.13'
end

appraise '4.2' do
gem 'activerecord', '~> 4.2.3'
gem 'i18n', '~> 0.7.0'
gem 'sqlite3', '~> 1.3.13'
end

appraise '5.0' do
gem 'activerecord', '~> 5.0.0'
gem 'i18n', '~> 0.7.0'
gem 'sqlite3', '~> 1.3.13'
end

appraise '5.1' do
gem 'activerecord', '~> 5.1.0'
gem 'i18n', '~> 0.7.0'
gem 'sqlite3', '~> 1.3.13'
end

appraise '5.2' do
gem 'activerecord', '~> 5.2.0'
gem 'i18n', '~> 0.7.0'
gem 'sqlite3', '~> 1.3.13'
end

appraise '6.0' do
gem 'activerecord', '~> 6.0.0'
gem 'sqlite3', '~> 1.4.1'
end

appraise '7.0' do
gem 'activerecord', '~> 7.0.0'
gem 'sqlite3', '~> 1.4.1'
appraise '7.1' do
gem 'activerecord', '~> 7.1.0'
end

appraise '8.0' do
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Removed

- Removed EOL ruby versions from test build
- Removed EOL rails versions from test build

## [3.2.1] - 2024-11-20

### Added
Expand Down
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ source 'http://rubygems.org'

gem 'activerecord', '>= 3.1.0', '< 9'
gem 'bundler', :group => :test
gem 'rake', '~> 12.3', :group => :test

gem 'appraisal', :group => :test
gem 'minitest', :group => :test
gem 'sqlite3', '~> 2.2', :group => :test
gem 'concurrent-ruby', '1.3.4', :group => :test
gem 'sqlite3', :group => :test
gem 'logger', :group => :test
45 changes: 22 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (8.0.0)
activesupport (= 8.0.0)
activerecord (8.0.0)
activemodel (= 8.0.0)
activesupport (= 8.0.0)
activemodel (8.0.2)
activesupport (= 8.0.2)
activerecord (8.0.2)
activemodel (= 8.0.2)
activesupport (= 8.0.2)
timeout (>= 0.4.0)
activesupport (8.0.0)
activesupport (8.0.2)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -24,26 +24,26 @@ GEM
bundler
rake
thor (>= 0.14.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
i18n (1.14.6)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
drb (2.2.3)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.6.1)
mini_portile2 (2.8.7)
minitest (5.25.1)
rake (12.3.3)
securerandom (0.3.2)
logger (1.7.0)
mini_portile2 (2.8.8)
minitest (5.25.5)
rake (13.3.0)
securerandom (0.4.1)
sqlite3 (2.2.0)
mini_portile2 (~> 2.8.0)
thor (1.3.2)
timeout (0.4.2)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.2)
uri (1.0.3)

PLATFORMS
ruby
Expand All @@ -52,10 +52,9 @@ DEPENDENCIES
activerecord (>= 3.1.0, < 9)
appraisal
bundler
concurrent-ruby (= 1.3.4)
logger
minitest
rake (~> 12.3)
sqlite3 (~> 2.2)
sqlite3

BUNDLED WITH
2.5.20
42 changes: 0 additions & 42 deletions gemfiles/3.2.gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/4.0.gemfile

This file was deleted.

47 changes: 0 additions & 47 deletions gemfiles/4.0.gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/4.1.gemfile

This file was deleted.

46 changes: 0 additions & 46 deletions gemfiles/4.1.gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/4.2.gemfile

This file was deleted.

Loading