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 authored Oct 8, 2024
1 parent 6601f20 commit e64998f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 Down Expand Up @@ -64,7 +65,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:
Expand Down Expand Up @@ -122,7 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["1"]
version: ["1.10"]
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit e64998f

Please sign in to comment.