Skip to content

Commit 7c2f30c

Browse files
authored
Merge pull request #40 from TuringLang/compathelper/new_version/2023-02-03-14-53-55-254-04102894703
CompatHelper: bump compat for Bijectors to 0.11, (keep existing compat)
2 parents c5404a1 + cd25893 commit 7c2f30c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- os: macOS-latest
2626
arch: x86
2727
include:
28-
- version: '1.0'
28+
- version: '1.6'
2929
os: ubuntu-latest
3030
arch: x64
3131
- os: ubuntu-latest
@@ -60,4 +60,4 @@ jobs:
6060
if: matrix.coverage
6161
with:
6262
github-token: ${{ secrets.GITHUB_TOKEN }}
63-
path-to-lcov: lcov.info
63+
path-to-lcov: lcov.info

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Requires = "0.5, 1.0"
2727
StatsBase = "0.32, 0.33"
2828
StatsFuns = "0.8, 0.9, 1"
2929
Tracker = "0.2.3"
30-
julia = "1"
30+
julia = "1.6"
3131

3232
[extras]
3333
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

0 commit comments

Comments
 (0)