diff --git a/.buildkite/testing.yml b/.buildkite/testing.yml index 26946c2b0..e0e973a80 100644 --- a/.buildkite/testing.yml +++ b/.buildkite/testing.yml @@ -23,6 +23,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" group: - "!fluxcompat,distributed,recurrent_layers" @@ -80,6 +81,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" group: - "!fluxcompat,distributed,recurrent_layers" diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9790c8d09..df337c9aa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,6 +28,7 @@ jobs: fail-fast: false matrix: version: + - "min" - "1" os: - ubuntu-latest @@ -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