Skip to content

Commit 92682f5

Browse files
committed
Use a minimum of Julia 1.10 in CI
Since that's the minimum supported version now.
1 parent 2ee9b73 commit 92682f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
julia-version: ['1.6', '1']
14+
julia-version: ['1.10', '1']
1515
julia-arch: [x64]
1616
os: [ubuntu-latest, windows-latest, macOS-13]
1717
include:

0 commit comments

Comments
 (0)