Skip to content

Commit 8d6ed7e

Browse files
committed
Update Julia version in CI
1 parent b12229b commit 8d6ed7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Testing.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- '1.10'
14+
- 'min'
1515
- '1'
16-
- 'pre'
16+
# TODO(mhauru) Reenable the below once there is a 'pre' version different from '1'.
17+
# - 'pre'
1718
os:
1819
- ubuntu-latest
1920
- windows-latest

0 commit comments

Comments
 (0)