We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacd58f commit 909cee4Copy full SHA for 909cee4
.github/workflows/dev.yml
@@ -66,7 +66,7 @@ jobs:
66
if: github.event_name != 'pull_request'
67
uses: kohlerdominik/[email protected]
68
with:
69
- image: mcr.microsoft.com/dotnet/sdk:7.0
+ image: mcr.microsoft.com/dotnet/sdk:8.0
70
environment: |
71
MAILCATCHER__HOST__SMTP=mailcatcher
72
MESSAGEBIRD__ACCESSKEY=${{ secrets.MESSAGEBIRD__ACCESSKEY }}
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Test - RUN on GooglePubSub
60
61
62
63
64
65
0 commit comments