mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
fix test
This commit is contained in:
parent
083d63a2ff
commit
385512c5e5
@ -13,8 +13,8 @@ describe('version tests', () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
each([
|
each([
|
||||||
['3.x', '3.1'],
|
['3.x', '3.x'],
|
||||||
['3.*', '3.1'],
|
['3.*', '3.*'],
|
||||||
['3.1.x', '3.1'],
|
['3.1.x', '3.1'],
|
||||||
['1.1.*', '1.1'],
|
['1.1.*', '1.1'],
|
||||||
['2.0', '2.0']
|
['2.0', '2.0']
|
||||||
|
Loading…
Reference in New Issue
Block a user