Skip to content

Commit

Permalink
[test] Update to .NET 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Nov 14, 2023
1 parent 5ffab3f commit e694b16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
with:
version: 13
- uses: actions/setup-dotnet@main
with:
dotnet-version: 6
- uses: actions/checkout@main
- run: make -j3 test-cs
d:
Expand Down Expand Up @@ -69,8 +67,6 @@ jobs:
with:
version: 13
- uses: actions/setup-dotnet@main
with:
dotnet-version: 6
- uses: actions/setup-java@main
with:
distribution: temurin
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: coverage
install:
- sudo apt update
- sudo apt install dotnet-sdk-7.0
- sudo apt install dotnet-sdk-8.0
- dotnet tool install -g dotnet-coverage
- curl -Os https://uploader.codecov.io/latest/linux/codecov
- chmod +x codecov
Expand All @@ -25,7 +25,7 @@ jobs:
- name: cs
install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt install g++-13 dotnet-sdk-7.0
- sudo apt install g++-13 dotnet-sdk-8.0
script: make -j5 test-cs CXX=g++-13
- name: d
install:
Expand All @@ -52,7 +52,7 @@ jobs:
- name: host-diff
install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt install g++-13 dotnet-sdk-7.0
- sudo apt install g++-13 dotnet-sdk-8.0
- nvm install --lts
script:
- make -j5 host-diff CXX=g++-13
Expand Down
2 changes: 1 addition & 1 deletion doc/building-fut.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Build with:

## Building a C# fut

You need [.NET 7.0 or 6.0 SDK](https://dotnet.microsoft.com/en-us/download).
You need [.NET 6.0 or newer SDK](https://dotnet.microsoft.com/en-us/download).
On Windows, it is included in Visual Studio 2022.
Build with:

Expand Down

0 comments on commit e694b16

Please sign in to comment.