From 44944b641bfe22025021eb49dd66b031c19d08d3 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 7 Oct 2024 22:20:54 -0400 Subject: [PATCH] ci: run on `1.10` and `1` (#81) * ci: run on 1.10 and 1 * ci: run on `1.10` and `1` * ci: run on `1.10` and `1` --- .buildkite/testing.yml | 4 ++++ .github/workflows/CI.yml | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.buildkite/testing.yml b/.buildkite/testing.yml index cea25e4..e00a987 100644 --- a/.buildkite/testing.yml +++ b/.buildkite/testing.yml @@ -22,6 +22,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" group: - CUDA @@ -78,6 +79,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" - group: ":telescope: Downstream AMD GPU" @@ -134,6 +136,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" - group: ":julia: oneAPI GPU" @@ -159,6 +162,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" env: diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3408886..7222d54 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 @@ -72,7 +73,7 @@ jobs: name: Downstream ${{ matrix.package.repo }}/${{ matrix.package.group }} if: ${{ !contains(github.event.head_commit.message, '[skip tests]') && contains(github.event.pull_request.labels.*.name, 'run downstream test') }} runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 240 env: GROUP: ${{ matrix.package.group }} strategy: @@ -132,7 +133,7 @@ jobs: fail-fast: false matrix: version: - - "1" + - "1.10" steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2