Skip to content

Commit 50f1f54

Browse files
Update container versions in CI workflow
1 parent 5fa07a2 commit 50f1f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
container_version: [v0.9.0, nightly]
10+
container_version: [v0.9.0, v0.10.0, nightly]
1111
container: dolfinx/dolfinx:${{ matrix.container_version }}
1212
steps:
1313
- name: Checkout code
@@ -29,4 +29,4 @@ jobs:
2929
uses: codecov/codecov-action@v5
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
32-
files: ./coverage.xml
32+
files: ./coverage.xml

0 commit comments

Comments
 (0)