diff --git a/.github/workflows/linux_build_test.yml b/.github/workflows/linux_build_test.yml index 5e8bbc30d..0e866db73 100644 --- a/.github/workflows/linux_build_test.yml +++ b/.github/workflows/linux_build_test.yml @@ -55,6 +55,7 @@ jobs: ] geant_version : [ 10.7.4, + 11.1.2 ] container: diff --git a/doc/CHANGELOG.rst b/doc/CHANGELOG.rst index 362cdbc74..a9d047088 100644 --- a/doc/CHANGELOG.rst +++ b/doc/CHANGELOG.rst @@ -29,7 +29,7 @@ Next version * Adding const identifier to cross-reference methods (#906) **Fixed:** - * Patch to compile with Geant4 11.x (#803 #907) + * Patch to compile with Geant4 11.x (#803 #907 #927) * Patched cmake-search paths for double-down and MOAB (#878) * Patch to compile with gcc-13 (#882) * Tweak conda environment for Windows build to avoid conflicting gtest headers (#888)