summaryrefslogtreecommitdiffstats
path: root/php-doctrine-collections.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-collections.spec')
-rw-r--r--php-doctrine-collections.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-doctrine-collections.spec b/php-doctrine-collections.spec
index e6a18ca..9f7187e 100644
--- a/php-doctrine-collections.spec
+++ b/php-doctrine-collections.spec
@@ -12,13 +12,13 @@
%global github_owner doctrine
%global github_name collections
-%global github_version 1.6.4
-%global github_commit 6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7
+%global github_version 1.6.5
+%global github_commit fc0206348e17e530d09463fef07ba8968406cd6d
%global composer_vendor doctrine
%global composer_project collections
-# "php": "^7.1.3"
+# "php": "^7.1.3 || ^8.0"
%global php_min_ver 7.1.3
# Build using "--without tests" to disable tests
@@ -106,7 +106,7 @@ BOOTSTRAP
: Upstream tests
SCL_RETURN_CODE=0
-for SCL in php php71 php72 php73 php74; do
+for SCL in php php71 php72 php73 php74 php80; 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 May 26 2020 Remi Collet <remi@remirepo.net> - 1.6.5-1
+- update to 1.6.5
+
* Wed Nov 13 2019 Remi Collet <remi@remirepo.net> - 1.6.4-1
- update to 1.6.4