Skip to content

Commit bce53cb

Browse files
Update tests/DotNet90Test.php
Co-authored-by: Aditya Oberai <[email protected]>
1 parent 7e48fca commit bce53cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DotNet90Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class DotNet90Test extends Base
1717
'cp tests/languages/dotnet/Tests90.csproj tests/sdks/dotnet/test/Tests.csproj',
1818
];
1919
protected string $command =
20-
'docker run --network="mockapi" --rm -v $(pwd):/app -w /app/tests/sdks/dotnet/test mcr.microsoft.com/dotnet/sdk:9.0-alpine3.19 dotnet test --verbosity normal --framework net9.0';
20+
'docker run --network="mockapi" --rm -v $(pwd):/app -w /app/tests/sdks/dotnet/test mcr.microsoft.com/dotnet/sdk:9.0-alpine3.22 dotnet test --verbosity normal --framework net9.0';
2121

2222
protected array $expectedOutput = [
2323
...Base::FOO_RESPONSES,

0 commit comments

Comments
 (0)