Skip to content

Commit

Permalink
Add GraphQL 1.12 to test matrix (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
arathunku committed Feb 11, 2021
1 parent 901c7be commit cf8f4fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 2.7
graphql: '~> 1.12.0'
anycable: '~> 1.0.0'
- ruby: 2.7
graphql: '~> 1.11.0'
anycable: '~> 1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in graphql-anycable.gemspec
gemspec

gem "graphql", ENV.fetch("GRAPHQL_RUBY_VERSION", "~> 1.11")
gem "graphql", ENV.fetch("GRAPHQL_RUBY_VERSION", "~> 1.12")
gem "anycable", ENV.fetch("ANYCABLE_VERSION", "~> 1.0")

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion graphql-anycable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "anycable", ">= 0.6.0", "< 2"
spec.add_dependency "anyway_config", ">= 1.3", "< 3"
spec.add_dependency "graphql", "~> 1.8"
spec.add_dependency "graphql", ">= 1.8", "< 2"
spec.add_dependency "redis", ">= 4.2.0"

spec.add_development_dependency "bundler", "~> 2.0"
Expand Down

0 comments on commit cf8f4fa

Please sign in to comment.