summaryrefslogtreecommitdiffstats
path: root/php-doctrine-dbal3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-dbal3.spec')
-rw-r--r--php-doctrine-dbal3.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec
index 9633901..b09cdf0 100644
--- a/php-doctrine-dbal3.spec
+++ b/php-doctrine-dbal3.spec
@@ -12,8 +12,8 @@
%global github_owner doctrine
%global github_name dbal
-%global github_version 3.3.6
-%global github_commit 9e7f76dd1cde81c62574fdffa5a9c655c847ad21
+%global github_version 3.3.7
+%global github_commit 9f79d4650430b582f4598fe0954ef4d52fbc0a8a
%global major 3
%global composer_vendor doctrine
@@ -264,7 +264,7 @@ SKIP="--filter '^((?!(testFetchLongBlob)).)*$'"
: Upstream tests
RETURN_CODE=0
-for PHP_EXEC in php php74 php80 php81; do
+for PHP_EXEC in php php74 php80 php81 php82; do
rm -f /tmp/test_nesting.sqlite
if which $PHP_EXEC; then
$PHP_EXEC %{_bindir}/phpunit9 \
@@ -290,6 +290,9 @@ exit $RETURN_CODE
%changelog
+* Fri Jun 24 2022 Remi Collet <remi@remirepo.net> - 3.3.7-1
+- update to 3.3.7
+
* Tue May 3 2022 Remi Collet <remi@remirepo.net> - 3.3.6-1
- update to 3.3.6
- allow doctrine/deprecations 1