diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 886724bd29..8420115175 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,13 +1,7 @@ name: CI -on: - pull_request: - push: - branches: - - master - tags: '*' - workflow_dispatch: - merge_group: +on: push + concurrency: # Skip intermediate builds: always. @@ -23,7 +17,11 @@ jobs: fail-fast: false matrix: version: - - '1.3' + - '1.10' + - '1.9' + - '1.8' + - '1.7' + - '1.6' - '1' - pre os: @@ -47,11 +45,6 @@ jobs: Pkg.instantiate()' - run: julia --project=perf perf/samplers.jl - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} # required - fail_ci_if_error: true - files: lcov.info docs: name: Documentation runs-on: ubuntu-latest