1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 15:31:20 +01:00

add yesy cases

This commit is contained in:
Dmitry Shibanov
2021-03-18 10:18:52 +03:00
parent 6930747f7f
commit 083d63a2ff

View File

@@ -13,6 +13,8 @@ describe('version tests', () => {
);
each([
['3.x', '3.1'],
['3.*', '3.1'],
['3.1.x', '3.1'],
['1.1.*', '1.1'],
['2.0', '2.0']