Skip to content

Commit

Permalink
WIP: use .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
webwarrior-ws committed Nov 21, 2024
1 parent 91f32bf commit c49bd06
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ jobs:
# The SSL connection could not be established, see inner exception.
# The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
apt install --yes --no-install-recommends ca-certificates
# register backports repository (needed for dotnet6)
sudo apt install --yes --no-install-recommends software-properties-common
sudo add-apt-repository ppa:dotnet/backports
apt install --yes --no-install-recommends dotnet6
apt install --yes --no-install-recommends dotnet-sdk-8.0
- name: Compile the conventions solution
run: dotnet build --configuration Release conventions.sln
Expand Down Expand Up @@ -63,11 +59,7 @@ jobs:
# The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
apt install --yes --no-install-recommends ca-certificates
# register backports repository (needed for dotnet6)
sudo apt install --yes --no-install-recommends software-properties-common
sudo add-apt-repository ppa:dotnet/backports
apt install --yes --no-install-recommends dotnet6
apt install --yes --no-install-recommends dotnet-sdk-8.0
- name: Run tests to validate F# scripts
run: dotnet test src/FileConventions.Test/FileConventions.Test.fsproj
Expand Down Expand Up @@ -195,12 +187,8 @@ jobs:
# The SSL connection could not be established, see inner exception.
# The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
apt install --yes --no-install-recommends ca-certificates
# register backports repository (needed for dotnet6)
sudo apt install --yes --no-install-recommends software-properties-common
sudo add-apt-repository ppa:dotnet/backports
apt install --yes --no-install-recommends dotnet6
apt install --yes --no-install-recommends dotnet-sdk-8.0
- name: Check all files end with EOL
run: dotnet fsi scripts/eofConvention.fsx
Expand Down

0 comments on commit c49bd06

Please sign in to comment.