Skip to content

Commit aa9ac61

Browse files
committed
changed: update CI and test on pre instead of nightly
1 parent 2fb6fff commit aa9ac61

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/CI.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- '1'
23-
- '1.10'
24-
- 'nightly'
22+
- 'lts' # long-term support release
23+
- '1' # latest stable 1.x release
24+
- 'pre' # latest stable prerelease
25+
# - 'nightly' # commented since noisy + 'pre' allows testing upcoming versions
2526
os:
2627
- ubuntu-latest
2728
arch:
@@ -31,11 +32,11 @@ jobs:
3132
if: ${{ runner.debug == '1' }}
3233
run: echo "JULIA_DEBUG=ModelPredictiveControl" >> $GITHUB_ENV
3334
- uses: actions/checkout@v2
34-
- uses: julia-actions/setup-julia@v1
35+
- uses: julia-actions/setup-julia@v2
3536
with:
3637
version: ${{ matrix.version }}
3738
arch: ${{ matrix.arch }}
38-
- uses: julia-actions/cache@v1
39+
- uses: julia-actions/cache@v2
3940
- uses: julia-actions/julia-buildpkg@v1
4041
- uses: julia-actions/julia-runtest@v1
4142
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)