Skip to content

Commit

Permalink
Update tested activemodel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schoknecht committed Feb 6, 2024
1 parent 9823d8a commit bad925a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
matrix:
ruby-version: ['3.0']
gemfile:
- gemfiles/Gemfile-activemodel-5.0.x
- gemfiles/Gemfile-activemodel-5.1.x
- gemfiles/Gemfile-activemodel-5.2.x
- gemfiles/Gemfile-activemodel-6.0.x
- gemfiles/Gemfile-activemodel-6.1.x
- gemfiles/Gemfile-activemodel-7.0.x
- gemfiles/Gemfile-activemodel-7.1.x

steps:
- uses: actions/checkout@v3
Expand Down
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.

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

gemspec path: '..'

gem 'activemodel', '~> 5.0.0'
gem 'activemodel', '~> 7.1.0'

0 comments on commit bad925a

Please sign in to comment.