feat(supported-version): add all kind (#36)

This commit is contained in:
Damien Retzinger
2022-08-12 08:40:31 -04:00
committed by GitHub
parent 09d4f1e097
commit 26c354d8d4
8 changed files with 24 additions and 7 deletions
+3
View File
@@ -29,6 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./supported-version
with:
kind: all
id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }}
@@ -36,6 +38,7 @@ jobs:
needs: compute_matrix
strategy:
matrix: ${{ fromJSON(needs.compute_matrix.outputs.matrix) }}
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3