Skip to content

Commit b6514ff

Browse files
authored
Merge pull request #253 from PerformanceCoder/update_julia_ci
Updated CI version of Julia from 1.3 to 1.6
2 parents dc78e4a + 30292b2 commit b6514ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/BuildDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: julia-actions/setup-julia@latest
1111
with:
12-
version: '1.3'
12+
version: '1.6'
1313
- name: Install dependencies
1414
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
1515
- name: Build Docs

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.3' # minimum version set in Project.toml
21+
- '1.6' # minimum version set in Project.toml
2222
- '1' # latest 1.x.y
2323
# - 'nightly'
2424
os:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 1.3
3+
- julia_version: 1.6
44
- julia_version: nightly
55

66
platform:

0 commit comments

Comments
 (0)