summaryrefslogtreecommitdiffstats
path: root/php-monolog2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-05 14:33:03 +0200
committerRemi Collet <remi@remirepo.net>2021-07-05 14:33:03 +0200
commitd9a1a798ced23d3278ddeac5c5b1268a177a44ea (patch)
tree505f86075fdaa717e79b8977a0656a8505d6d3b5 /php-monolog2.spec
parent0431646ddaa4716aad592603bcff160d3295e9e3 (diff)
update to 2.3.0
Diffstat (limited to 'php-monolog2.spec')
-rw-r--r--php-monolog2.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-monolog2.spec b/php-monolog2.spec
index b6511a0..bd4e9b8 100644
--- a/php-monolog2.spec
+++ b/php-monolog2.spec
@@ -11,8 +11,8 @@
%global github_owner Seldaek
%global github_name monolog
-%global github_version 2.2.0
-%global github_commit 1cb1cde8e8dd0f70cc0fe51354a59acad9302084
+%global github_version 2.3.0
+%global github_commit df991fd88693ab703aa403413d83e15f688dae33
%global composer_vendor monolog
%global composer_project monolog
@@ -199,7 +199,7 @@ rm -f tests/Monolog/Handler/RollbarHandlerTest.php
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit8)
-for PHP_EXEC in "" php72 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 || RETURN_CODE=1
fi
@@ -221,6 +221,9 @@ exit $RETURN_CODE
%changelog
+* Mon Jul 5 2021 Remi Collet <remi@remirepo.net> - 2.3.0-1
+- update to 2.3.0
+
* Mon Jan 4 2021 Remi Collet <remi@remirepo.net> - 2.2.0-1
- update to 2.2.0