Skip to content

Commit

Permalink
chore: 1.11 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Jun 10, 2024
1 parent 85b1b00 commit 0011b29
Showing 1 changed file with 5 additions and 23 deletions.
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: ""
julia-version: ['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@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
julia-version: ${{matrix.julia-version}}
- 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

0 comments on commit 0011b29

Please sign in to comment.