Skip to content

Commit 575d33f

Browse files
committed
Update GitHub workflow documentation
1 parent a439edb commit 575d33f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
env:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818

19-
# As of 7 February 2025, ubuntu-latest and windows-latest come with Stack 3.3.1
19+
# As of 15 March 2025, ubuntu-latest and windows-latest come with Stack 3.3.1
2020
# and GHC 9.12.1. However, macos-13 and macos-latest do not come with Haskell
2121
# tools. windows-latest comes with NSIS 3.10, for which the default value of the
2222
# 'Unicode' installer attribute is 'true'. However, that is not the 'large
@@ -40,7 +40,7 @@ jobs:
4040
# Stack's project-level configuration (stack.yaml) specifies the
4141
# multi-architecture (including Linux/Aarch64) Docker image published
4242
# by Oliver Benz (@benz0li, on GitHub). That image comes with
43-
# Stack 3.1.1. (Note that the online documentation for
43+
# Stack 3.3.1. (Note that the online documentation for
4444
# '--docker-stack-exe image' specifies that the host Stack and image
4545
# Stack must have the same version number.)
4646
release-args: "--alpine --stack-args --docker-stack-exe=image"
@@ -81,7 +81,7 @@ jobs:
8181
if [[ "${{ matrix.os }}" == "ubuntu-24.04-arm" || "${{ matrix.os }}" == "macos-13" || "${{ matrix.os }}" == "macos-latest" ]]
8282
then
8383
# ubuntu-24.04-arm, macos-13 and macos-latest do not include Haskell
84-
# tools as at 2025-02-07.
84+
# tools as at 2025-03-15.
8585
curl -sSL https://get.haskellstack.org/ | sh
8686
fi
8787

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- rc/**
1010
workflow_dispatch:
1111

12-
# As of 6 May 2024, ubuntu-latest and windows-latest come with Stack 2.15.5 and
13-
# GHC 9.8.2. However, macos-latest does not come with Haskell tools.
12+
# As of 15 March 2025, ubuntu-latest and windows-latest come with Stack 3.3.1
13+
# and GHC 9.12.1. However, macos-latest does not come with Haskell tools.
1414

1515
jobs:
1616
pedantic:
@@ -76,7 +76,7 @@ jobs:
7676
7777
if [[ "${{ matrix.os }}" == "macos-latest" ]]
7878
then
79-
# macos-latest does not include Haskell tools as at 2024-05-06.
79+
# macos-latest does not include Haskell tools as at 2025-03-15.
8080
curl -sSL https://get.haskellstack.org/ | sh
8181
fi
8282

0 commit comments

Comments
 (0)