Skip to content

Commit

Permalink
bleep .NET 6, running all CI on .NET 7 so I can stay sane
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Sep 12, 2023
1 parent 11bb387 commit f4a64be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-ci-build-pg10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
- name: Build
env:
marten_testing_database: "Host=localhost;Port=5432;Database=${{ env.pg_db }};Username=${{ env.pg_user }}"
run: dotnet run --project build/build.csproj -f net6.0 -c Release -- ci
run: dotnet run --project build/build.csproj -f net7.0 -c Release -- ci
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-ci-build-pg11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
- name: Build
env:
marten_testing_database: "Host=localhost;Port=5432;Database=${{ env.pg_db }};Username=${{ env.pg_user }}"
run: dotnet run --project build/build.csproj -f net6.0 -c Release -- ci
run: dotnet run --project build/build.csproj -f net7.0 -c Release -- ci
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-ci-build-pg12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
- name: Build
env:
marten_testing_database: "Host=localhost;Port=5432;Database=${{ env.pg_db }};Username=${{ env.pg_user }}"
run: dotnet run --project build/build.csproj -f net6.0 -c Release -- ci
run: dotnet run --project build/build.csproj -f net7.0 -c Release -- ci
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-ci-build-pg9.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
- name: Build
env:
marten_testing_database: "Host=localhost;Port=5432;Database=${{ env.pg_db }};Username=${{ env.pg_user }}"
run: dotnet run --project build/build.csproj -f net6.0 -c Release -- ci
run: dotnet run --project build/build.csproj -f net7.0 -c Release -- ci
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-ci-build-systemtextjson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
env:
DEFAULT_SERIALIZER: "SystemTextJson"
marten_testing_database: "Host=localhost;Port=5432;Database=${{ env.pg_db }};Username=${{ env.pg_user }}"
run: dotnet run --project build/build.csproj -f net6.0 -c Release -- ci
run: dotnet run --project build/build.csproj -f net7.0 -c Release -- ci
shell: bash

0 comments on commit f4a64be

Please sign in to comment.