This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new a5bc3f6 Added dotnet 9.0.x build
a5bc3f6 is described below
commit a5bc3f6a062aba6e043e1ceed1b223e7d062e37a
Author: Timothy Bish <[email protected]>
AuthorDate: Thu Mar 6 10:30:48 2025 -0500
Added dotnet 9.0.x build
---
.github/workflows/dotnet.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 64e5f19..285b8bf 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- dotnet: [ 6.0.x, 8.0.x ]
+ dotnet: [ 6.0.x, 8.0.x, 9.0.x ]
steps:
- uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]