Skip to content

Commit

Permalink
Test against Rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Dec 7, 2024
1 parent fb287f3 commit 7755e3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- ruby: '3.3'
gemfile: gemfiles/rails-7-2.gemfile
experimental: false
- ruby: '3.3'
gemfile: gemfiles/rails-8-0.gemfile
experimental: false
- ruby: '3.3'
gemfile: gemfiles/rails-main.gemfile
experimental: true
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails-8-0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source "https://rubygems.org"

gem "rails", "~> 8.0.0"
gem "activemodel-serializers-xml"
gem "sqlite3", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platform: [:jruby, :truffleruby]

gemspec :path => "../"

0 comments on commit 7755e3e

Please sign in to comment.