Skip to content

Commit 157b687

Browse files
authored
ci: only test supported versions (#189)
1 parent 0008e86 commit 157b687

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_internal-coding-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: ./supported-version
4141
with:
42-
kind: all
42+
kind: currently-supported
4343
id: supported-version
4444
- run: echo ${{ steps.supported-version.outputs.matrix }}
4545

.github/workflows/_internal-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: ./supported-version
3232
with:
33-
kind: all
33+
kind: currently-supported
3434
id: supported-version
3535
- run: echo ${{ steps.supported-version.outputs.matrix }}
3636

.github/workflows/_internal-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: ./supported-version
3232
with:
33-
kind: all
33+
kind: currently-supported
3434
id: supported-version
3535
- run: echo ${{ steps.supported-version.outputs.matrix }}
3636
integration-workflow:

0 commit comments

Comments
 (0)