diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 82164262..ef9e4504 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,10 +13,7 @@ on: branches: - master paths: - - 'test/**' - - 'src/**' - - '.github/workflows/**' - - 'Project.toml' + - '**/*' jobs: test: diff --git a/Project.toml b/Project.toml index e0151d48..ae0ad998 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ DynamicExpressionsSymbolicUtilsExt = "SymbolicUtils" DynamicExpressionsZygoteExt = "Zygote" [compat] -Bumper = "0.6" +Bumper = "0.6, 0.7" ChainRulesCore = "1" Compat = "3.37, 4" DispatchDoctor = "0.4"