diff --git a/.github/workflows/CI-future.yml b/.github/workflows/CI-future.yml index 8dcadc0b..cc54ab62 100644 --- a/.github/workflows/CI-future.yml +++ b/.github/workflows/CI-future.yml @@ -6,9 +6,11 @@ on: pull_request: branches: - master + - v1 push: branches: - master + - v1 tags: '*' jobs: test: diff --git a/.github/workflows/CI-stable.yml b/.github/workflows/CI-stable.yml index 89bb1683..412da845 100644 --- a/.github/workflows/CI-stable.yml +++ b/.github/workflows/CI-stable.yml @@ -6,9 +6,11 @@ on: pull_request: branches: - master + - v1 push: branches: - master + - v1 tags: '*' jobs: test: diff --git a/Project.toml b/Project.toml index 83b8d844..28e8e8f7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GLM" uuid = "38e38edf-8417-5370-95a0-9cbb8c7f171a" -version = "1.8.1" +version = "1.8.2" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -26,7 +26,7 @@ SpecialFunctions = "0.6, 0.7, 0.8, 0.9, 0.10, 1, 2.0" StatsAPI = "1.4" StatsBase = "0.33.5" StatsFuns = "0.6, 0.7, 0.8, 0.9, 1.0" -StatsModels = "0.6.23" +StatsModels = "0.6.23, 0.7" julia = "1" [extras]