diff --git a/.github/workflows/ci_conda.yml b/.github/workflows/ci_conda.yml index 02481cf..e064c0e 100644 --- a/.github/workflows/ci_conda.yml +++ b/.github/workflows/ci_conda.yml @@ -20,7 +20,7 @@ jobs: - name: Create Conda environment shell: bash -l {0} run: | - conda install -c conda-forge fenics-dolfinx=0.9.0 pyvista + conda install -c conda-forge fenics-dolfinx=0.10.0 pyvista - name: Install local package and dependencies shell: bash -l {0} diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml index ae90c28..87d0ddc 100644 --- a/.github/workflows/ci_docker.yml +++ b/.github/workflows/ci_docker.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - container_version: [v0.9.0, nightly] + container_version: [v0.9.0, v0.10.0, nightly] container: dolfinx/dolfinx:${{ matrix.container_version }} steps: - name: Checkout code @@ -29,4 +29,4 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage.xml \ No newline at end of file + files: ./coverage.xml