Skip to content

Commit

Permalink
Bump to Gambit 4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ober committed Jul 27, 2023
1 parent 2f6650c commit 0cfd1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4', 'v4.9.3', 'master']
gambit-version: ['v4.9.5', 'v4.9.4', 'master']
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: alpine amazonlinux ubuntu fedora ubuntu-current-jedi final

GERBIL_VERSION := v0.17
GAMBIT_VERSION := v4.9.4
GAMBIT_VERSION := v4.9.5

ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
cores := $(shell grep -c "^processor" /proc/cpuinfo)
Expand Down

0 comments on commit 0cfd1c1

Please sign in to comment.