Skip to content

Commit f0f84bd

Browse files
authored
Fix
1 parent 502467c commit f0f84bd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.0' # minimum Julia version supported in Project.toml
18-
- '1.6' # previous LTS
19-
- '1.10' # current LTS
20-
- '1' # automatically expands to the latest stable 1.x release
17+
# Please note: You must specify the full Julia version number (major.minor.patch).
18+
# This is because the value here will be directly interpolated into a download URL.
19+
- '1.0.5' # minimum Julia version supported in Project.toml
20+
- '1.6.7' # previous LTS
21+
- '1.10.7' # current LTS
22+
- '1.11.2' # currently the latest stable release
2123
steps:
2224
- uses: actions/checkout@v2
2325
- name: Setup Docker

0 commit comments

Comments
 (0)