Skip to content

Commit e924d13

Browse files
Refactor Action-Test.yml: update version matrix to remove deprecated version 7.2.0
1 parent 630dd6a commit e924d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macOS-latest]
25-
version: ['7.2.0', '7.4.0', '7.4.7', '7.5.0']
25+
version: ['7.4.0', '7.4.7', '7.5.0']
2626
runs-on: ${{ matrix.os }}
2727
name: ${{ matrix.os }} - ${{ matrix.version }}
2828
steps:

0 commit comments

Comments
 (0)