Skip to content

Commit

Permalink
ci: run on 1.10 and 1
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 8, 2024
1 parent d230834 commit 876596e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"
group:
- "!fluxcompat,distributed,recurrent_layers"
Expand Down Expand Up @@ -80,6 +81,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"
group:
- "!fluxcompat,distributed,recurrent_layers"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fail-fast: false
matrix:
version:
- "min"
- "1"
os:
- ubuntu-latest
Expand All @@ -44,6 +45,11 @@ jobs:
- "recurrent_layers"
- "eltype_match"
- "fluxcompat"
exclude:
- version: "min"
os: "macos-latest"
- version: "min"
os: "windows-latest"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 876596e

Please sign in to comment.