Skip to content

Commit

Permalink
Drop support for Julia <1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Oct 17, 2024
1 parent de8b344 commit 552aeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/UnitTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version:
- '1'
julia-version: ['1', '1.10']
os: [ubuntu-latest, macOS-latest, windows-latest]
experimental: [false]
include:
Expand All @@ -22,19 +21,6 @@ jobs:
os: ubuntu-latest
experimental: true
fail_ci_if_error: false
# Windows is extremely slow on 1.6, so we skip this combination,
# since it increases CI time by 5x
- julia-version: '1.7'
os: windows-latest
experimental: false
# Oldest supported version
- julia-version: '1.6'
os: ubuntu-latest
experimental: false
# MacOS Aarch64 reached Tier1 support of Julia in version 1.9
- julia-version: '1.9'
os: macOS-latest
experimental: false

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BioSequences = "3"
PrecompileTools = "1"
StringViews = "1"
TranscodingStreams = "0.9.5, 0.10, 0.11"
julia = "1.6"
julia = "1.10"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

0 comments on commit 552aeb0

Please sign in to comment.