Skip to content

Commit

Permalink
Require Julia v1.10 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Oct 28, 2024
1 parent 4ff6208 commit 48e57fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version: '1'
- os: ubuntu-latest
arch: x64
version: '1.6'
version: '1.10'
- os: ubuntu-latest
arch: x64
version: 'pre'
Expand All @@ -46,8 +46,6 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
with:
cache-registries: ${{ !(matrix.version == '1.6' && matrix.os == 'windows-latest') }}
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Reexport = "1.0"
SpecialFunctions = "2.0"
Statistics = "1.6"
Test = "1.6"
julia = "1.6"
julia = "1.10"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down

0 comments on commit 48e57fc

Please sign in to comment.