Skip to content

Commit a1d9eaa

Browse files
committed
Adjust test matrix
The Indexes package uses the Artifacts framework, which is first available in Julia v1.3.
1 parent f9347a1 commit a1d9eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
julia-version:
15-
- '1.0' # LTS
15+
- '1.3' # The Indexes package uses the Artifacts framework, which is first available in Julia 1.3.
1616
- '1'
1717
julia-arch: [x64, x86]
1818
os: [ubuntu-latest, windows-latest, macOS-latest]

0 commit comments

Comments
 (0)