Skip to content

Commit

Permalink
Add Rails 7.1 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibor committed Oct 26, 2023
1 parent 6fb08cc commit dc3787a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
- gemfile: rails7.0
ruby: 3.0

- gemfile: rails7.1
ruby: 3.0
- gemfile: rails7.1
ruby: 3.2

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
BUNDLE_PATH_RELATIVE_TO_CWD: true
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem "activerecord", "~> 7.0.0"
gem "activerecord", "~> 7.1.0"

# Specify your gem's dependencies in octoshark.gemspec
gemspec
7 changes: 7 additions & 0 deletions gemfiles/rails7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 7.1.0"

gemspec path: "../"

0 comments on commit dc3787a

Please sign in to comment.