We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1a8c7 commit b6c2156Copy full SHA for b6c2156
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
version:
24
- '1.6' # oldest LTS supported
25
- - '1.10'
+ - 'lts'
26
- '1' # latest stable release
27
experimental:
28
- false
@@ -33,10 +33,7 @@ jobs:
33
experimental: true
34
version: 'pre'
35
arch: x64
36
- - os: ubuntu-latest
37
- experimental: true
38
- version: 'nightly'
39
- arch: x64
+
40
steps:
41
- uses: actions/checkout@v6
42
- uses: julia-actions/setup-julia@latest
0 commit comments