summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-doctrine-collections.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-collections.spec b/php-doctrine-collections.spec
index 4e90631..2a123f3 100644
--- a/php-doctrine-collections.spec
+++ b/php-doctrine-collections.spec
@@ -12,8 +12,8 @@
%global github_owner doctrine
%global github_name collections
-%global github_version 1.6.1
-%global github_commit d2ae4ef05e25197343b6a39bae1d3c427a2f6956
+%global github_version 1.6.2
+%global github_commit c5e0bc17b1620e97c968ac409acbff28b8b850be
%global composer_vendor doctrine
%global composer_project collections
@@ -106,7 +106,7 @@ BOOTSTRAP
: Upstream tests
SCL_RETURN_CODE=0
-for SCL in php php71 php72 php73; do
+for SCL in php php71 php72 php73 php74; do
if which $SCL; then
$SCL %{_bindir}/phpunit7 --verbose --bootstrap bootstrap.php \
|| SCL_RETURN_CODE=1
@@ -134,6 +134,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 1.6.2-1
+- update to 1.6.2
+
* Tue Mar 26 2019 Remi Collet <remi@remirepo.net> - 1.6.1-1
- update to 1.6.1