Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
project: RegistryCI
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
with:
Expand All @@ -65,7 +66,7 @@ jobs:
os:
- ubuntu-latest
version:
- '1.10' # earliest supported version
- 'min' # earliest supported version
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 'min' # earliest supported version
- 'min' # earliest supported version
- 'lts' # LTS

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that will run 1.10 twice though

Suggested change
- 'min' # earliest supported version
- 'min' # earliest supported version
# - 'lts' # LTS - to be uncommented once min is not the same as LTS

- '1'
- 'nightly'
steps:
Expand All @@ -74,6 +75,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
project: AutoMerge
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
with:
Expand Down
Loading