We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773a5d4 commit 8f48c1cCopy full SHA for 8f48c1c
.github/workflows/ci.yml
@@ -13,9 +13,10 @@ jobs:
13
strategy:
14
matrix:
15
version:
16
- - '1.0.5'
17
- - '1.5.4'
18
- - '1.6.0'
+ - '1.0' # minimum Julia version supported in Project.toml
+ - '1.6' # previous LTS
+ - '1.10' # current LTS
19
+ - '1' # automatically expands to the latest stable 1.x release
20
steps:
21
- uses: actions/checkout@v2
22
- name: Setup Docker
0 commit comments