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 53c76be..39ffc97 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.2.3
-%global github_commit 015fdd490074d4daa891e2d1df998dc35ba54924
+%global github_version 2.3.0
+%global github_commit 8b922578bdee2243a26202b13df795e170efaef8
%global major 2
%global composer_vendor doctrine
@@ -299,7 +299,7 @@ sed -e '/listener/d' phpunit.xml.dist >phpunit.xml
: Upstream tests with SCLs if available
RETURN_CODE=0
-for CMDARG in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
+for CMDARG in "php %{phpunit}" php73 php74 php80; do
if which $CMDARG; then
set $CMDARG
$1 ${2:-%{_bindir}/phpunit9} \
@@ -326,6 +326,9 @@ exit $RETURN_CODE
%changelog
+* Mon Mar 29 2021 Remi Collet <remi@remirepo.net> - 2.3.0-1
+- update to 2.3.0
+
* Wed Feb 10 2021 Remi Collet <remi@remirepo.net> - 2.2.3-1
- update to 2.2.3
- switch from ocramius/proxy-manager to friendsofphp/proxy-manager-lts