This is an automated email from the ASF dual-hosted git repository. swebb2066 pushed a commit to branch update-testing-coverage in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 0b811bc368d74807d7919240242a56fa9f905ffb Author: Stephen Webb <[email protected]> AuthorDate: Sun Jan 4 12:08:24 2026 +1100 Update web-site testing coverage page --- src/site/markdown/development/supported-systems.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/markdown/development/supported-systems.md b/src/site/markdown/development/supported-systems.md index a2850ef3..ba74bd75 100644 --- a/src/site/markdown/development/supported-systems.md +++ b/src/site/markdown/development/supported-systems.md @@ -24,9 +24,9 @@ Testing coverage {#supported-systems} These Github provided environments are used in continuous integration and unit testing: -* Windows - Visual Studio 2019 and 2022 -* Ubuntu 20.04 - GNU g++ 9.4.0, Clang 11.0.0 +* Windows - Visual Studio 2022 * Ubuntu 22.04 - GNU g++ 11.4.0, Clang 14.0.0 -* MacOS 13 - AppleClang 15.0 +* Ubuntu 24.04 - GNU g++ 13.3.0, Clang 18.1.3 * MacOS 14 - AppleClang 15.0 -* Msys2 - ucrt-x86_64/mingw-x86_64, GNU g++ 14.2.0 and Clang 18.1.8 +* MacOS 15 - AppleClang 17.0 +* Msys2 - ucrt-x86_64/mingw-x86_64, GNU g++ 15.2.0 and Clang 21.1.8
