Skip to content

Commit

Permalink
Test against Ruby 3.3 and Rails 7.1, drop Ruby 2.7 and Rails < 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 26, 2023
1 parent 17f6c97 commit 41d5613
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 42 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1' ]
rails: [ '4.2', '5.0', '5.1', '5.2', '6.0', '6.1', '7.0' ]
exclude:
- ruby: '2.7'
rails: '4.2'
- ruby: '3.0'
rails: '4.2'
- ruby: '3.0'
rails: '5.0'
- ruby: '3.0'
rails: '5.1'
- ruby: '3.0'
rails: '5.2'
- ruby: '3.1'
rails: '4.2'
- ruby: '3.1'
rails: '5.0'
- ruby: '3.1'
rails: '5.1'
- ruby: '3.1'
rails: '5.2'
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
rails: [ '6.1', '7.0', '7.1' ]

name: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
env:
Expand Down
5 changes: 0 additions & 5 deletions gemfiles/Gemfile-activemodel-5.0.x

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/Gemfile-activemodel-5.1.x

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/Gemfile-activemodel-5.2.x

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/Gemfile-activemodel-6.0.x

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~>4.2.6'
gem 'activemodel', '~> 7.1.2'

0 comments on commit 41d5613

Please sign in to comment.