Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.3", "3.4", "4.0","head"]
ruby: ["3.3", "3.4", "4.0","head"]
rails: ["8.0", "current", "main"]
rubygems: ["4.0.10"]
exclude:
- ruby: "3.2"
rails: "main"
include:
- rails: "main"
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion tapioca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ Gem::Specification.new do |spec|
# https://github.com/ruby/rbs/pull/2601
spec.add_dependency("tsort") # Until rbs supports Ruby 4.0 with tsort extracted to bundled gems

spec.required_ruby_version = ">= 3.2"
spec.required_ruby_version = ">= 3.3"
end
Loading