ci: only test supported versions (#189)

This commit is contained in:
Damien Retzinger
2025-04-09 09:46:56 -04:00
committed by GitHub
parent 0008e8642d
commit 157b6877e2
3 changed files with 3 additions and 3 deletions
@@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ./supported-version - uses: ./supported-version
with: with:
kind: all kind: currently-supported
id: supported-version id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }} - run: echo ${{ steps.supported-version.outputs.matrix }}
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ./supported-version - uses: ./supported-version
with: with:
kind: all kind: currently-supported
id: supported-version id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }} - run: echo ${{ steps.supported-version.outputs.matrix }}
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ./supported-version - uses: ./supported-version
with: with:
kind: all kind: currently-supported
id: supported-version id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }} - run: echo ${{ steps.supported-version.outputs.matrix }}
integration-workflow: integration-workflow: