Skip to content

Commit 93262e8

Browse files
committed
stop testing on 1.0
1 parent 1e421dc commit 93262e8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/aot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
architecture: [x64]
1919
python-version: ['3.x']
2020
julia-version:
21+
- '1.6'
2122
- '1'
2223
- '~1.7'
2324
# - 'nightly' # TODO: reenable

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- macos-latest
1919
- windows-latest
2020
architecture: [x64]
21-
julia-version: ['1']
21+
julia-version: ['1.6', '1']
2222
include:
2323
- os: windows-latest
2424
architecture: x86

.github/workflows/system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
architecture: [x64]
2121
python-version: ['3.x']
2222
julia-version:
23-
- '1.0'
23+
- '1.6'
2424
- '1'
2525
- 'nightly'
2626
include:

0 commit comments

Comments
 (0)