Skip to content

Commit

Permalink
Test on all versions from Sept-Dec 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Jan 20, 2024
1 parent d2fd19d commit 06b6883
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06b6883

Please sign in to comment.