Skip to content

Commit

Permalink
build: ghc 9.6.4 -> 9.6.5, update freeze deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtpolice committed Jun 3, 2024
1 parent 11ae4a2 commit 0bd7892
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 158 deletions.
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

0 comments on commit 0bd7892

Please sign in to comment.