Skip to content

Commit

Permalink
Disable tests on Julia 'pre' (= 1.11 currently)
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Oct 29, 2024
1 parent 8afc3e2 commit 2391ff1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- ubuntu-latest
arch:
- x64
include:
- version: 'pre'
os: ubuntu-latest
experimental: true
arch: x64
# include:
# - version: 'pre'
# os: ubuntu-latest
# experimental: true
# arch: x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 2391ff1

Please sign in to comment.