Skip to content

Commit

Permalink
Add ruby 3.3 and rails 7,1 to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
uxxman committed Feb 3, 2024
1 parent 312ee3b commit b92287a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- 'truffleruby'
gemfile:
- 'activemodel_6.1'
- 'activemodel_7.0'
- 'activemodel_7.1'
- 'activemodel_main'
exclude:
- ruby: '3.0'
gemfile: 'activemodel_main'

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/activemodel_7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem "activemodel", "~> 7.1"

gemspec path: "../"

0 comments on commit b92287a

Please sign in to comment.