Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: ghc 9.6.4 -> 9.6.5, update freeze deps #1957

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
if "${{ github.event_name == 'schedule' }}" == "true"; then
MATRIX="$(jq -c '.' <<EOF
{
"ghc": ["9.6.4", "9.8.1"],
"ghc": ["9.6.5", "9.8.1"],
"cabal": ["3.10"],
"os": ["ubuntu-20.04", "ubuntu-22.04"],
"use-freeze-file": ["false"]
Expand All @@ -145,7 +145,7 @@ jobs:
else
MATRIX="$(jq -c '.' <<EOF
{
"ghc": ["9.6.4"],
"ghc": ["9.6.5"],
"cabal": ["3.10"],
"os": ["ubuntu-20.04", "ubuntu-22.04"],
"use-freeze-file": ["true"]
Expand Down Expand Up @@ -624,7 +624,7 @@ jobs:
# when adding more than one build, use a different package name or
# different tags
include:
- ghc: "9.6.4"
- ghc: "9.6.5"
os: "ubuntu-20.04"
use-freeze-file: "true"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.6.4"]
ghc: ["9.6.5"]
cabal: ["3.10"]
os: ["macos-14-large"]
cabalcache: ["true"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
VERSION_NEW: ${{ env.VERSION_NEW }}
run: |

GHC_VER=9.6.4
GHC_VER=9.6.5

UBUNTU_20_TAR=chainweb.false.$GHC_VER.ubuntu-20.04.$SHORT_REVISION.tar.gz
UBUNTU_22_TAR=chainweb.false.$GHC_VER.ubuntu-22.04.$SHORT_REVISION.tar.gz
Expand Down
Loading
Loading