summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-doctrine-doctrine-bundle2.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec
index db109c0..d4bc3b9 100644
--- a/php-doctrine-doctrine-bundle2.spec
+++ b/php-doctrine-doctrine-bundle2.spec
@@ -13,8 +13,8 @@
%global github_owner doctrine
%global github_name DoctrineBundle
-%global github_version 2.7.1
-%global github_commit a2dcad48741c9d12fd6040398cf075025030096e
+%global github_version 2.7.2
+%global github_commit 22d53b2c5ad03929628fb4a928b01135585b7179
%global major 2
%global composer_vendor doctrine
@@ -352,7 +352,7 @@ rm Tests/DependencyInjection/Compiler/CacheCompatibilityPassTest.php
: Upstream tests with SCLs if available
RETURN_CODE=0
-for CMDARG in "php %{phpunit}" php74 php80 php81 php82; do
+for CMDARG in "php %{phpunit}" php80 php81 php82; do
if which $CMDARG; then
set $CMDARG
$1 ${2:-%{_bindir}/phpunit9} \
@@ -383,6 +383,9 @@ exit $RETURN_CODE
%changelog
+* Wed Dec 7 2022 Remi Collet <remi@remirepo.net> - 2.7.2-1
+- update to 2.7.2
+
* Tue Nov 8 2022 Remi Collet <remi@remirepo.net> - 2.7.1-1
- update to 2.7.1
- raise dependency on Symfony 4.4.22