Skip to content

Commit

Permalink
Adding .net 7 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-lethargic committed May 2, 2023
1 parent 6b79dbc commit 31ec322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
3.1.x
5.0.x
6.0.x
7.0.x
- name: Install dependencies
run: dotnet restore src/${{ env.PROJECT_NAME }}.sln
- name: Build solution
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continous-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
3.1.x
5.0.x
6.0.x
7.0.x
# Run benchmark with `go test -bench` and stores the output to a file
- name: Run benchmark
run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 --runtimes net60 -c Release -- --job medium -f *SerializeAndDeserialize*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
3.1.x
5.0.x
6.0.x
7.0.x
- name: Install dependencies
run: dotnet restore src/${{ env.PROJECT_NAME }}.sln
- name: Build solution
Expand Down

0 comments on commit 31ec322

Please sign in to comment.