Skip to content

Commit

Permalink
fix a test in the lsp server for graphql@15
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Sep 16, 2024
1 parent e7915d8 commit 1d33485
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr-graphql-compat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
strategy:
matrix:
release:
# test against the latest 16.x version, which might be newer than what we have
- '^16'
# test against the oldest version we support
- '^16.0.0'
# 15 stable tests work now!
- '15'
# test against the latest 16.x stable version, which might be newer than what we have
- '16'
# test against the oldest version we support (this might fail)
- '^15.8.0'
# test against the latest alpha
- '^17.0.0-alpha'
steps:
Expand Down

0 comments on commit 1d33485

Please sign in to comment.