Skip to content

Commit

Permalink
Update versions in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Apr 18, 2024
1 parent cfed322 commit 52afcfc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- release-*
pull_request:
types: [opened, synchronize, reopened]
# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.moi_test_modules }} - ${{ github.event_name }}
Expand Down Expand Up @@ -58,7 +62,7 @@ jobs:
moi_test_modules: 'Test;Utilities;Benchmarks'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -68,6 +72,7 @@ jobs:
env:
MOI_TEST_MODULES: ${{ matrix.moi_test_modules }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 52afcfc

Please sign in to comment.