summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-03 09:52:24 +0200
committerRemi Collet <remi@remirepo.net>2021-08-03 09:52:24 +0200
commit2a802bedf9314382e5e2ea88ec27a4c6906a4412 (patch)
treec43b611edb005ee807df7c794e4195d3d77a634d
parent41ff4948fc00da67e96b99703d8ab7c1cfe1bc12 (diff)
update to 6.3.4HEADmaster
-rw-r--r--php-di.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-di.spec b/php-di.spec
index 36f8e3c..79575be 100644
--- a/php-di.spec
+++ b/php-di.spec
@@ -14,8 +14,8 @@
%global github_owner PHP-DI
%global github_name PHP-DI
-%global github_version 6.3.1
-%global github_commit 78278800b18e7c5582fd4d4e629715f5eebbfcc0
+%global github_version 6.3.4
+%global github_commit f53bcba06ab31b18e911b77c039377f4ccd1f7a5
%global composer_vendor php-di
%global composer_project php-di
@@ -211,7 +211,7 @@ BOOTSTRAP
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit9)
-for PHP_EXEC in "" php73 php74 php80; do
+for PHP_EXEC in "" php73 php74 php80 php81; do
if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC $PHPUNIT --verbose --bootstrap bootstrap.php \
|| RETURN_CODE=1
@@ -233,6 +233,9 @@ exit $RETURN_CODE
%changelog
+* Tue Aug 3 2021 Remi Collet <remi@remirepo.net> - 6.3.4-1
+- update to 6.3.4
+
* Wed Mar 31 2021 Remi Collet <remi@remirepo.net> - 6.3.1-1
- update to 6.3.1