File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,22 @@ concurrency:
1515
1616jobs :
1717 sdk :
18+ strategy :
19+ matrix :
20+ version : [18, 20, 22, latest]
1821 runs-on : ubuntu-latest
1922 steps :
2023 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2124 - uses : ./.github/actions/testagent/start
22- - uses : ./.github/actions/node/oldest-maintenance-lts
25+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
26+ with :
27+ node-version : ${{ matrix.version }}
2328 - uses : ./.github/actions/install
2429 - run : yarn test:llmobs:sdk:ci
25- - uses : ./.github/actions/node/newest-maintenance-lts
26- - run : yarn test:llmobs:sdk:ci
27- - uses : ./.github/actions/node/active-lts
28- - run : yarn test:llmobs:sdk:ci
29- - uses : ./.github/actions/node/latest
30- - run : yarn test:llmobs:sdk:ci
3130 - if : always()
3231 uses : ./.github/actions/testagent/logs
3332 with :
34- suffix : llmobs-${{ github.job }}
33+ suffix : llmobs-${{ github.job }}-${{ matrix.version }}
3534 - uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
3635
3736 openai :
You can’t perform that action at this time.
0 commit comments