This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 1f2bfd2 Use Pulsar 4.0.8 when testing
1f2bfd2 is described below
commit 1f2bfd22e68bb976c0eb78a12994e37892ab7adf
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Nov 24 08:56:40 2025 +0100
Use Pulsar 4.0.8 when testing
---
tests/DotPulsar.Tests/IntegrationFixture.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/DotPulsar.Tests/IntegrationFixture.cs
b/tests/DotPulsar.Tests/IntegrationFixture.cs
index 88dcbdb..c0b5d99 100644
--- a/tests/DotPulsar.Tests/IntegrationFixture.cs
+++ b/tests/DotPulsar.Tests/IntegrationFixture.cs
@@ -60,7 +60,7 @@ public class IntegrationFixture : IAsyncLifetime
.Build();
_pulsarCluster = new PulsarBuilder()
- .WithImage("apachepulsar/pulsar:4.0.5")
+ .WithImage("apachepulsar/pulsar:4.0.8")
.WithAuthentication()
.WithNetwork(_network)
.WithHostname("pulsar")