diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abd09b3..09c9c17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,12 @@ name: 'Run tests' on: [push, pull_request] jobs: test: + strategy: + matrix: + version: [2023-09, 2023-10, 2023-11, 2023-12] runs-on: ubuntu-latest container: - image: docker.io/firedrakeproject/firedrake-vanilla:2023-09 + image: docker.io/firedrakeproject/firedrake-vanilla:${{ matrix.version }} options: --user root steps: - name: Activate Firedrake virtual environment