summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--phpunit12.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 8ff226d..cd01d96 100644
--- a/composer.json
+++ b/composer.json
@@ -112,7 +112,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "12.3-dev"
+ "dev-main": "12.4-dev"
}
}
}
diff --git a/phpunit12.spec b/phpunit12.spec
index 89239bb..111966e 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -19,8 +19,8 @@
%bcond_with defcmd
%endif
-%global gh_commit b035ee2cd8ecad4091885b61017ebb1d80eb0e57
-%global gh_date 2025-09-28
+%global gh_commit f62aab5794e36ccd26860db2d1bbf89ac19028d9
+%global gh_date 2025-10-03
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -31,9 +31,9 @@
%global ns_vendor PHPUnit12
%global php_home %{_datadir}/php
%global ver_major 12
-%global ver_minor 3
+%global ver_minor 4
-%global upstream_version 12.3.15
+%global upstream_version 12.4.0
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -287,6 +287,9 @@ exit $ret
%changelog
+* Fri Oct 3 2025 Remi Collet <remi@remirepo.net> - 12.4.0-1
+- update to 12.4.0
+
* Mon Sep 29 2025 Remi Collet <remi@remirepo.net> - 12.3.15-1
- update to 12.3.15
- raise dependency on phpunit/php-code-coverage 12.4.0