Skip to content

Commit

Permalink
update regression test matrix (#3296)
Browse files Browse the repository at this point in the history
we only need to worry about old 15.x versions and latest 16.x that we support.
  • Loading branch information
acao committed Jun 26, 2023
1 parent 045329e commit 18a7aae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-graphql-compat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
- 'examples'
- '!examples/monaco-graphql-webpack'

# TODO: test matrix?

permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -23,7 +21,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
release: ['15.5.3', '^15.8.0', '16.1.0', '16.2.0', '16.3.0']
# test all peer ranges
release: ['^15.5.0', '^15.8.0', 'latest']
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 18a7aae

Please sign in to comment.