Skip to content

Commit 31ec322

Browse files
author
Matt Hunt
committed
Adding .net 7 to build matrix
1 parent 6b79dbc commit 31ec322

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
3.1.x
3434
5.0.x
3535
6.0.x
36+
7.0.x
3637
- name: Install dependencies
3738
run: dotnet restore src/${{ env.PROJECT_NAME }}.sln
3839
- name: Build solution

.github/workflows/continous-benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
3.1.x
2222
5.0.x
2323
6.0.x
24+
7.0.x
2425
# Run benchmark with `go test -bench` and stores the output to a file
2526
- name: Run benchmark
2627
run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 --runtimes net60 -c Release -- --job medium -f *SerializeAndDeserialize*

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
3.1.x
4444
5.0.x
4545
6.0.x
46+
7.0.x
4647
- name: Install dependencies
4748
run: dotnet restore src/${{ env.PROJECT_NAME }}.sln
4849
- name: Build solution

0 commit comments

Comments
 (0)