Skip to content

Commit

Permalink
remove FEniCSx 0.7.0 from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 7, 2024
1 parent 1201e14 commit c673ea8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/weekly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
fenics-version: [ "v0.7.0", "main" ]
fenics-version: [ "main" ]
# fenics-version: [ "v0.9.0", "main" ]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -36,7 +37,8 @@ jobs:
- build-and-publish-docker-fenicsx-release
strategy:
matrix:
fenics-version: [ "v0.7.0", "main" ]
fenics-version: [ "main" ]
# fenics-version: [ "v0.9.0", "main" ]
runs-on: ubuntu-latest
container: bempp/cl-dev-env-with-dolfinx:main-fenicsx-${{ matrix.fenics-version }}
steps:
Expand Down

0 comments on commit c673ea8

Please sign in to comment.