Skip to content

Commit 9c5d78d

Browse files
committed
Removed failing property on language version
1 parent 2e5186b commit 9c5d78d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
build:
1818
name: "Build and Test"
1919
strategy:
20-
fail-fast: true
2120
matrix:
2221
include:
2322
- dotnet: '6.0.x'

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
build:
1818
name: "Build and Test"
1919
strategy:
20-
fail-fast: true
2120
matrix:
2221
include:
2322
- dotnet: '6.0.x'

test/Deveel.Webhooks.Receiver.SendGrid.XUnit/Deveel.Webhooks.Receiver.SendGrid.XUnit.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<LangVersion>11.0</LangVersion>
54
<IsTestProject>true</IsTestProject>
65
</PropertyGroup>
76

0 commit comments

Comments
 (0)