Skip to content

Commit

Permalink
GH-142: Run unit tests for satysfi >= 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptometer committed Mar 5, 2024
1 parent cef6fb6 commit ab86134
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ 0.0.11 ]
version: [
0.0.5,
0.0.6,
0.0.7,
0.0.8,
0.0.9-6-ge0304803,
0.0.10,
0.0.11
]
container:
image: amutake/satysfi:${{ matrix.version }}
steps:
Expand Down

0 comments on commit ab86134

Please sign in to comment.