mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-15 01:54:41 +07:00
PHP 8.1 is now stable and marked as default version
This commit is contained in:
@ -64,7 +64,7 @@ describe('Utils tests', () => {
|
||||
}
|
||||
}
|
||||
);
|
||||
expect(await utils.parseVersion('latest')).toBe('8.0');
|
||||
expect(await utils.parseVersion('latest')).toBe('8.1');
|
||||
expect(await utils.parseVersion('7')).toBe('7.0');
|
||||
expect(await utils.parseVersion('7.4')).toBe('7.4');
|
||||
expect(await utils.parseVersion('5.x')).toBe('5.6');
|
||||
|
Reference in New Issue
Block a user