Skip to content

Commit

Permalink
Bump Julia compat entry to 1.10 (#342)
Browse files Browse the repository at this point in the history
* Bump minimum Julia version to 1.10

* Use 'min' in CI

* Bump versions of GHA (julia-actions needs to be v2 for 'min')

* Update Project.toml

---------

Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
penelopeysm and yebai authored Nov 6, 2024
1 parent 72ce7aa commit cd3cce8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/AD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'min'
- '1'
os:
- ubuntu-latest
Expand All @@ -27,16 +27,9 @@ jobs:
- Tracker
- ReverseDiff
- Zygote
exclude:
- version: 1.6
AD: Mooncake
# TODO(mhauru) Hopefully can enable Enzyme on older versions at some point, see
# discussion in https://github.com/TuringLang/Bijectors.jl/pull.
- version: 1.6
AD: Enzyme
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'min'
- '1'
os:
- ubuntu-latest
- macOS-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Bijectors"
uuid = "76274a88-744f-5084-9051-94815aaf08c4"
version = "0.14.1"
version = "0.15"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -69,7 +69,7 @@ Statistics = "1"
Mooncake = "0.4.19"
Tracker = "0.2"
Zygote = "0.6.63"
julia = "1.6"
julia = "1.10"

[extras]
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
Expand Down

0 comments on commit cd3cce8

Please sign in to comment.