Skip to content

Commit

Permalink
update: use all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
namsnath committed Feb 24, 2025
1 parent de68ca3 commit 3337f80
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/backend-sdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
define-versions:
runs-on: ubuntu-latest
outputs:
# fdiVersions: ${{ steps.versions.outputs.fdiVersions }}
fdiVersions: '["4.0", "3.1"]'
# cdiVersions: ${{ steps.versions.outputs.cdiVersions }}
cdiVersions: '["5.2"]'
fdiVersions: ${{ steps.versions.outputs.fdiVersions }}
cdiVersions: ${{ steps.versions.outputs.cdiVersions }}
nodeVersions: '["20"]'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3337f80

Please sign in to comment.