Skip to content

Commit 102f5df

Browse files
Refactor Action-Test.yml and action.yml: update version matrix for testing, streamline installation logic, and enhance version detection for PowerShell installations.
1 parent b944f3f commit 102f5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Action-Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macOS-latest]
25-
version: ['7.4.0', '7.5.0'] # Specify the versions to test
26-
name: Action-Test - [Basic]
25+
version: ['7.2.0', '7.4.0', '7.4.7', '7.5.0']
2726
runs-on: ${{ matrix.os }}
27+
name: ${{ matrix.os }} - ${{ matrix.version }}
2828
steps:
2929
# Need to check out as part of the test, as its a local action
3030
- name: Checkout repo

0 commit comments

Comments
 (0)