diff --git a/.drone.yml b/.drone.yml index 0f4f30c..86ec26f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - dotnet publish HeartTrack.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - cd src/ - dotnet restore HeartTrack.sln