We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d969ce + 04e1f29 commit 684520cCopy full SHA for 684520c
.github/workflows/tests.yaml
@@ -6,6 +6,7 @@ on:
6
branches:
7
- master
8
- develop
9
+ - release/**
10
- 3.5.x
11
12
jobs:
src/SentryBundle.php
@@ -14,7 +14,7 @@ final class SentryBundle extends Bundle
14
{
15
public const SDK_IDENTIFIER = 'sentry.php.symfony';
16
17
- public const SDK_VERSION = '4.3.1';
+ public const SDK_VERSION = '4.5.0';
18
19
public function build(ContainerBuilder $container): void
20
0 commit comments