Skip to content

Commit

Permalink
Get rid of 1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Aug 17, 2023
1 parent a713c31 commit 556b23e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
cuda: "*"
commands: |
julia --project -e '
# make sure the 1.6-era Manifest works on this Julia version
# make sure the 1.7-era Manifest works on this Julia version
using Pkg
Pkg.resolve()
Expand All @@ -32,7 +32,6 @@ steps:
matrix:
setup:
julia:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
Expand Down Expand Up @@ -315,10 +314,10 @@ steps:
matrix:
setup:
julia:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "nightly"
adjustments:
- with:
Expand Down

0 comments on commit 556b23e

Please sign in to comment.