Skip to content

Commit e9c6618

Browse files
Merge pull request #591 from erickguan/rails-82
Test Rails 8.1 and Ruby 3.4
2 parents c633e62 + b82e1dc commit e9c6618

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
strategy:
2525
matrix:
2626
ruby: ["3.4"]
27-
activemodel: ["8.0"]
27+
activemodel: ["8.1"]
2828
include:
29+
- activemodel: "8.0"
30+
ruby: "3.4"
2931
- activemodel: "7.2"
3032
ruby: "3.3"
3133
- activemodel: "7.1"

gemfiles/rails-8.1.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
3+
gemspec path: '..'
4+
5+
gem 'activemodel', '~> 8.1.0'
6+
gem 'activerecord', '~> 8.1.0'
7+
gem 'sqlite3', '>= 2.1'

0 commit comments

Comments
 (0)