Skip to content

Commit

Permalink
Add rails 8 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 15, 2024
1 parent 8bcf552 commit ba9a6e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- gemfiles/rails51_sprockets_3.gemfile
- gemfiles/rails52_sprockets_3.gemfile
- gemfiles/rails70_sprockets_4.gemfile
- gemfiles/rails80_sprockets_4.gemfile

env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails80_sprockets_4.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "railties", "~> 8.0"
gem "sprockets", "~> 4.2"

gemspec path: "../"

0 comments on commit ba9a6e6

Please sign in to comment.