Skip to content

Commit

Permalink
Make 1.6LTS the earliest supported version (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Dec 14, 2021
1 parent b6f4e93 commit 23c3808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
version: ['1.0', '1', 'nightly']
version: ['1.6', '1', 'nightly']
arch: [x64]
include:
- os: ubuntu-latest
prefix: xvfb-run
exclude:
- os: macOS-latest # Cairo fails to build properly on this combination
version: '1.0'
- os: windows-latest # Gtk fails to build properly on this combination
version: '1.0'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ImageCore = "0.9"
ImageMetadata = "0.9"
RoundingIntegers = "0.2, 1"
StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
julia = "1"
julia = "1.6"

[extras]
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Expand Down

0 comments on commit 23c3808

Please sign in to comment.