Skip to content

Commit

Permalink
fix: update compat entries and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Aug 18, 2023
1 parent b2578ea commit cc2d2bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.3.0']
julia-version: ['1.6']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1.0.0
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-runtest@master
- uses: julia-actions/julia-runtest@v1
- name: upload to codecov
run: CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ PaddedViews = "0.5"
Requires = "1"
SignalBase = "0.1"
WAV = "1"
julia = "1"
julia = "1.6"

0 comments on commit cc2d2bc

Please sign in to comment.