Skip to content

Commit

Permalink
Revert "update regression test matrix" (#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jul 4, 2023
1 parent 2f51b1a commit fdfcdb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-graphql-compat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- 'examples'
- '!examples/monaco-graphql-webpack'

# TODO: test matrix?

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

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

0 comments on commit fdfcdb9

Please sign in to comment.