Skip to content

Commit a3a1096

Browse files
committed
See what happens on Rails edge
1 parent 9790ee1 commit a3a1096

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

Diff for: .github/workflows/build.yml

+2-32
Original file line numberDiff line numberDiff line change
@@ -15,38 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rails: ["~> 7.2.0", "~> 7.1.0", "~> 7.0.0", "~> 6.1.0", "~> 6.0.0"]
19-
ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
20-
include:
21-
- ruby: 3.2
22-
rails: 'edge'
23-
- ruby: 3.2
24-
rails: '~> 7.1.0'
25-
# single test failure with jruby
26-
#- ruby: jruby-9.4
27-
# rails: '~> 7.0.0'
28-
- ruby: 2.6
29-
rails: '~> 6.1.0'
30-
- ruby: 2.6
31-
rails: '~> 6.0.0'
32-
- ruby: 2.6
33-
rails: '~> 5.2.0'
34-
- ruby: 2.6
35-
rails: '~> 5.1.0'
36-
- ruby: 2.5
37-
rails: '~> 6.0.0'
38-
- ruby: 2.5
39-
rails: '~> 5.2.0'
40-
- ruby: 2.5
41-
rails: '~> 5.1.0'
42-
exclude:
43-
# Rails 7.2.0 requires Ruby 3.1.0 or later
44-
- ruby: "3.0.6"
45-
rails: "~> 7.2.0"
46-
- ruby: "2.7.8"
47-
rails: "~> 7.2.0"
48-
#os: ubuntu-latest
49-
#arch: x64
18+
rails: ["edge", "~> 7.2.0", "~> 7.1.0", "~> 7.0.0"]
19+
ruby: ["3.3","3.2", "3.1"]
5020

5121
env:
5222
RAILS: ${{ matrix.rails }}

Diff for: paranoia.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424

2525
s.required_ruby_version = '>= 2.5'
2626

27-
s.add_dependency 'activerecord', '>= 5.1', '< 8.0'
27+
s.add_dependency 'activerecord', '>= 5.1', '< 8.1'
2828

2929
s.add_development_dependency "bundler", ">= 1.0.0"
3030
s.add_development_dependency "rake"

0 commit comments

Comments
 (0)