We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa07a2 commit 50f1f54Copy full SHA for 50f1f54
.github/workflows/ci_docker.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- container_version: [v0.9.0, nightly]
+ container_version: [v0.9.0, v0.10.0, nightly]
11
container: dolfinx/dolfinx:${{ matrix.container_version }}
12
steps:
13
- name: Checkout code
@@ -29,4 +29,4 @@ jobs:
29
uses: codecov/codecov-action@v5
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
32
- files: ./coverage.xml
+ files: ./coverage.xml
0 commit comments