Skip to content

Commit 8f48c1c

Browse files
committed
CI: Update the Julia versions that are used in CI
1 parent 773a5d4 commit 8f48c1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
version:
16-
- '1.0.5'
17-
- '1.5.4'
18-
- '1.6.0'
16+
- '1.0' # minimum Julia version supported in Project.toml
17+
- '1.6' # previous LTS
18+
- '1.10' # current LTS
19+
- '1' # automatically expands to the latest stable 1.x release
1920
steps:
2021
- uses: actions/checkout@v2
2122
- name: Setup Docker

0 commit comments

Comments
 (0)