Skip to content

Commit e3cfacd

Browse files
authored
Update minimum Julia version to 1.6 in CI config
1 parent 6f7e962 commit e3cfacd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.2' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
18+
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2020
- 'nightly'
2121
os:
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v3
5454
- uses: julia-actions/setup-julia@v1
5555
with:
56-
version: '1.5'
56+
version: '1.6'
5757
- run: |
5858
julia --project=docs -e '
5959
using Pkg

0 commit comments

Comments
 (0)