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 c3ba21c commit 33bb620Copy full SHA for 33bb620
.github/workflows/CI.yml
@@ -6,26 +6,24 @@ on:
6
7
jobs:
8
test:
9
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }}
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
version:
14
- - "1.10"
+ - "min"
15
+ - "lts"
16
- "1"
17
- "pre"
18
os:
19
- ubuntu-latest
20
- macOS-latest
21
- windows-latest
- arch:
22
- - x64
23
steps:
24
- uses: actions/checkout@v5
25
- uses: julia-actions/setup-julia@v2
26
with:
27
version: ${{ matrix.version }}
28
- arch: ${{ matrix.arch }}
29
- uses: julia-actions/cache@v2
30
- uses: julia-actions/julia-buildpkg@v1
31
- uses: julia-actions/julia-runtest@v1
0 commit comments