Skip to content

Commit

Permalink
Add Ruby 3.4 to CI (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev authored Jan 3, 2025
1 parent 70a2d91 commit c3d4b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [3.1, 3.2, 3.3]
ruby: [3.1, 3.2, 3.3, 3.4]
gemfile: [
"gemfiles/graphql_2_1_0.gemfile",
"gemfiles/graphql_2_2_5.gemfile",
Expand Down
1 change: 1 addition & 0 deletions graphql-persisted_queries.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "graphql", ">= 2.0"
spec.add_dependency "base64"

spec.add_development_dependency "rspec", "~> 3.9"
spec.add_development_dependency "rake", ">= 10.0"
Expand Down

0 comments on commit c3d4b0f

Please sign in to comment.