Skip to content

Commit

Permalink
Use a minimum of Julia 1.10 in CI
Browse files Browse the repository at this point in the history
Since that's the minimum supported version now.
  • Loading branch information
JamesWrigley committed Jan 30, 2025
1 parent 2ee9b73 commit 92682f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1']
julia-version: ['1.10', '1']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-13]
include:
Expand Down

0 comments on commit 92682f5

Please sign in to comment.