Skip to content

Commit 80cefbf

Browse files
authored
Merge pull request #384 from norkunas/prepare-release
Prepare release
2 parents 378d58c + ff4348a commit 80cefbf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bors.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@ status = [
22
'integration-tests (PHP 7.4) (Symfony 5.4.*)',
33
'integration-tests (PHP 8.1) (Symfony 6.4.*)',
44
'integration-tests (PHP 8.2) (Symfony 6.4.*)',
5-
'integration-tests (PHP 8.3) (Symfony 6.4.*)',
65
'integration-tests (PHP 8.2) (Symfony 7.0.*)',
76
'integration-tests (PHP 8.2) (Symfony 7.1.*)',
7+
'integration-tests (PHP 8.2) (Symfony 7.2.*)',
8+
'integration-tests (PHP 8.2) (Symfony 7.3.*)',
9+
'integration-tests (PHP 8.3) (Symfony 6.4.*)',
810
'integration-tests (PHP 8.3) (Symfony 7.0.*)',
911
'integration-tests (PHP 8.3) (Symfony 7.1.*)',
12+
'integration-tests (PHP 8.3) (Symfony 7.2.*)',
13+
'integration-tests (PHP 8.3) (Symfony 7.3.*)',
1014
'integration-tests (PHP 8.4) (Symfony 6.4.*)',
1115
'integration-tests (PHP 8.4) (Symfony 7.0.*)',
1216
'integration-tests (PHP 8.4) (Symfony 7.1.*)',
1317
'integration-tests (PHP 8.4) (Symfony 7.2.*)',
18+
'integration-tests (PHP 8.4) (Symfony 7.3.*)',
1419
'Code style'
1520
]
1621
# 1 hour timeout

src/MeilisearchBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
final class MeilisearchBundle extends Bundle
1010
{
11-
public const VERSION = '0.15.6';
11+
public const VERSION = '0.15.8';
1212

1313
public static function qualifiedVersion(): string
1414
{

0 commit comments

Comments
 (0)