Skip to content

Commit 90d39f4

Browse files
committed
Add graphql@~15.0 to CI matrix
1 parent cf5fc12 commit 90d39f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workflows:
1212
# definitions for field extensions in older @types/graphql versions
1313
matrix:
1414
parameters:
15-
graphql-version: ["~0.13", "~14.0", "~14.5", "~14.6"]
15+
graphql-version: ["~0.13", "~14.0", "~14.5", "~14.6", "~15.0"]
1616
- test-and-build:
1717
# Leave graphql-version unspecified to respect the lockfile and also run tsc
1818
name: test-and-build-with-typecheck

0 commit comments

Comments
 (0)