Skip to content

Commit 051a313

Browse files
committed
ci: use 1.10 as the min version
1 parent 62be3d2 commit 051a313

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.6'
19-
- '1.8'
20-
- '1.9'
2118
- '1.10'
2219
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20+
- 'pre'
2321
os:
2422
- ubuntu-latest
2523
arch:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.6'
17+
version: '1.10'
1818
- name: Install dependencies
1919
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2020
- name: Build and deploy

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ ReverseDiff = "1.15"
4949
SciMLBase = "2"
5050
StaticArrayInterface = "1"
5151
StaticArraysCore = "1.4"
52-
Test = "1.10"
5352
Tracker = "0.2.34"
5453
Zygote = "0.6.70"
5554
julia = "1.10"

0 commit comments

Comments
 (0)