Skip to content

Commit

Permalink
Merge pull request #34 from ranocha/compathelper/new_version/2020-11-…
Browse files Browse the repository at this point in the history
…28-00-23-31-755-1794077537

CompatHelper: bump compat for "StaticArrays" to "1.0"
  • Loading branch information
ranocha committed Dec 8, 2020
2 parents 4de293e + dcc5cce commit 19268fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
- uses: julia-actions/julia-uploadcoveralls@v1
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.trixi_test }}
parallel: true
path-to-lcov: ./lcov.info
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PolynomialBases = "0.4.3"
RecipesBase = "0.7, 0.8, 1.0"
Reexport = "0.2"
Roots = "0.8, 1.0"
StaticArrays = "0.12"
StaticArrays = "1.0"
julia = "1"

[extras]
Expand Down

0 comments on commit 19268fc

Please sign in to comment.