Skip to content

Commit

Permalink
chore: update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis authored Sep 29, 2024
1 parent a525323 commit cda3fb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/graphql-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ name: GraphQL version compability with opencrvs-core

on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [main]
branches: [main, develop]
workflow_dispatch:

jobs:
validate:
strategy:
matrix:
supported-core-version: [develop, release-v1.5.0, release-v1.4.2]
# 1.5.0 is the only supported version for dci-crvs-api at the current time
supported-core-version: [develop, release-v1.5.0]
uses: naftis/opencrvs-actions/.github/workflows/validate-graphql-queries.yml@91cf8b75a8761ac0bca763626c8820d18f2d752f
with:
schema: https://raw.githubusercontent.com/opencrvs/opencrvs-core/refs/heads/${{ matrix.supported-core-version }}/packages/gateway/src/graphql/schema.graphql

0 comments on commit cda3fb3

Please sign in to comment.