Skip to content

Commit

Permalink
add gambit v4.9.4 to github workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Jan 10, 2022
1 parent 1911001 commit 4d594ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false # if one fails, do not cancel the other
matrix:
gambit-version: ['v4.9.3', 'master']
gambit-version: ['v4.9.4', 'v4.9.3', 'master']
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit 4d594ce

Please sign in to comment.