Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 1.11 CI #123

Merged
merged 3 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
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
28 changes: 5 additions & 23 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,16 @@ on:
tags: ["*"]
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
arch:
- x64
env:
PYTHON: ""
channel: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/install-juliaup@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
channel: ${{matrix.channel}}
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
Expand All @@ -41,9 +28,4 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- uses: julia-actions/julia-runtest@v1
96 changes: 48 additions & 48 deletions test/outputs/Julia_completions_1.1.multiout
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
|Infiltrating <unknown>
|
|infil> struct Foo
| xxx
| yyy
| end
| xxx
| yyy
| end
|
|infil>
|
Expand All @@ -25,9 +25,9 @@
|AAAAAAAAAAAAAAAAAAAAAA
|
|BBBBBBBCCCCCCCCCC
|AAAAAAACCCCC
|AAAAAAACCCCCCC
|AAAAAAACCCCCCC
|AAAAAAACCC
|AAAAAAACCC
|AAAAAAACCC
|
|BBBBBBB
|
Expand All @@ -40,9 +40,9 @@
|Infiltrating <unknown>
|
|infil> struct Foo
| xxx
| yyy
| end
| xxx
| yyy
| end
|
|infil> foo = Foo(1, 2)
|Main.anonymous.Foo(1, 2)
Expand All @@ -58,9 +58,9 @@
|AAAAAAAAAAAAAAAAAAAAAA
|
|BBBBBBBCCCCCCCCCC
|AAAAAAACCCCC
|AAAAAAACCCCCCC
|AAAAAAACCCCCCC
|AAAAAAACCC
|AAAAAAACCC
|AAAAAAACCC
|
|BBBBBBBCCCCCCCCCCCCCCC
|CCCCCCCCCCCCCCCCCCCCCCCC
Expand All @@ -76,9 +76,9 @@
|Infiltrating <unknown>
|
|infil> struct Foo
| xxx
| yyy
| end
| xxx
| yyy
| end
|
|infil> foo = Foo(1, 2)
|Main.anonymous.Foo(1, 2)
Expand All @@ -98,9 +98,9 @@
|AAAAAAAAAAAAAAAAAAAAAA
|
|BBBBBBBCCCCCCCCCC
|AAAAAAACCCCC
|AAAAAAACCCCCCC
|AAAAAAACCCCCCC
|AAAAAAACCC
|AAAAAAACCC
|AAAAAAACCC
|
|BBBBBBBCCCCCCCCCCCCCCC
|CCCCCCCCCCCCCCCCCCCCCCCC
Expand All @@ -120,9 +120,9 @@
|Infiltrating <unknown>
|
|infil> struct Foo
| xxx
| yyy
| end
| xxx
| yyy
| end
|
|infil> foo = Foo(1, 2)
|Main.anonymous.Foo(1, 2)
Expand All @@ -145,9 +145,9 @@
|AAAAAAAAAAAAAAAAAAAAAA
|
|BBBBBBBCCCCCCCCCC
|AAAAAAACCCCC
|AAAAAAACCCCCCC
|AAAAAAACCCCCCC
|AAAAAAACCC
|AAAAAAACCC
|AAAAAAACCC
|
|BBBBBBBCCCCCCCCCCCCCCC
|CCCCCCCCCCCCCCCCCCCCCCCC
Expand All @@ -170,9 +170,9 @@
|Infiltrating <unknown>
|
|infil> struct Foo
| xxx
| yyy
| end
| xxx
| yyy
| end
|
|infil> foo = Foo(1, 2)
|Main.anonymous.Foo(1, 2)
Expand All @@ -197,9 +197,9 @@
|AAAAAAAAAAAAAAAAAAAAAA
|
|BBBBBBBCCCCCCCCCC
|AAAAAAACCCCC
|AAAAAAACCCCCCC
|AAAAAAACCCCCCC
|AAAAAAACCC
|AAAAAAACCC
|AAAAAAACCC
|
|BBBBBBBCCCCCCCCCCCCCCC
|CCCCCCCCCCCCCCCCCCCCCCCC
Expand All @@ -224,9 +224,9 @@
|Infiltrating <unknown>
|
|infil> struct Foo
| xxx
| yyy
| end
| xxx
| yyy
| end
|
|infil> foo = Foo(1, 2)
|Main.anonymous.Foo(1, 2)
Expand Down Expand Up @@ -255,9 +255,9 @@
|AAAAAAAAAAAAAAAAAAAAAA
|
|BBBBBBBCCCCCCCCCC
|AAAAAAACCCCC
|AAAAAAACCCCCCC
|AAAAAAACCCCCCC
|AAAAAAACCC
|AAAAAAACCC
|AAAAAAACCC
|
|BBBBBBBCCCCCCCCCCCCCCC
|CCCCCCCCCCCCCCCCCCCCCCCC
Expand Down Expand Up @@ -286,9 +286,9 @@
|Infiltrating <unknown>
|
|infil> struct Foo
| xxx
| yyy
| end
| xxx
| yyy
| end
|
|infil> foo = Foo(1, 2)
|Main.anonymous.Foo(1, 2)
Expand Down Expand Up @@ -320,9 +320,9 @@
|AAAAAAAAAAAAAAAAAAAAAA
|
|BBBBBBBCCCCCCCCCC
|AAAAAAACCCCC
|AAAAAAACCCCCCC
|AAAAAAACCCCCCC
|AAAAAAACCC
|AAAAAAACCC
|AAAAAAACCC
|
|BBBBBBBCCCCCCCCCCCCCCC
|CCCCCCCCCCCCCCCCCCCCCCCC
Expand Down Expand Up @@ -354,9 +354,9 @@
|Infiltrating <unknown>
|
|infil> struct Foo
| xxx
| yyy
| end
| xxx
| yyy
| end
|
|infil> foo = Foo(1, 2)
|Main.anonymous.Foo(1, 2)
Expand Down Expand Up @@ -392,9 +392,9 @@
|AAAAAAAAAAAAAAAAAAAAAA
|
|BBBBBBBCCCCCCCCCC
|AAAAAAACCCCC
|AAAAAAACCCCCCC
|AAAAAAACCCCCCC
|AAAAAAACCC
|AAAAAAACCC
|AAAAAAACCC
|
|BBBBBBBCCCCCCCCCCCCCCC
|CCCCCCCCCCCCCCCCCCCCCCCC
Expand Down
Loading