test: run test with the latest docker-compose release

Signed-off-by: Kengo TODA <skypencil@gmail.com>
This commit is contained in:
Kengo TODA
2022-09-04 09:25:24 +08:00
committed by Kengo TODA
parent 46ed316b6d
commit c1ed1d87de

View File

@@ -20,4 +20,5 @@ test('Install the right version', async () => {
await testVersion('1.29.2') await testVersion('1.29.2')
await testVersion('2.2.3') await testVersion('2.2.3')
await testVersion('v2.2.3') await testVersion('v2.2.3')
await testVersion('v2.10.2')
}) })