Skip to content

Commit 909cee4

Browse files
Fix version.
1 parent cacd58f commit 909cee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: github.event_name != 'pull_request'
6767
uses: kohlerdominik/[email protected]
6868
with:
69-
image: mcr.microsoft.com/dotnet/sdk:7.0
69+
image: mcr.microsoft.com/dotnet/sdk:8.0
7070
environment: |
7171
MAILCATCHER__HOST__SMTP=mailcatcher
7272
MESSAGEBIRD__ACCESSKEY=${{ secrets.MESSAGEBIRD__ACCESSKEY }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Test - RUN on GooglePubSub
6060
uses: kohlerdominik/[email protected]
6161
with:
62-
image: mcr.microsoft.com/dotnet/sdk:7.0
62+
image: mcr.microsoft.com/dotnet/sdk:8.0
6363
environment: |
6464
MAILCATCHER__HOST__SMTP=mailcatcher
6565
MESSAGEBIRD__ACCESSKEY=${{ secrets.MESSAGEBIRD__ACCESSKEY }}

0 commit comments

Comments
 (0)