Skip to content

Commit 7775332

Browse files
authored
Merge pull request #137 from commercialhaskell/bump-ci
Bump CI for passage of time
2 parents df66fe5 + 05bc6f8 commit 7775332

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88
workflow_dispatch:
99

10-
# As of 6 May 2024, ubuntu-latest and windows-latest come with Stack 2.15.5.
10+
# As of 21 October 2024, ubuntu-latest and windows-latest come with Stack 3.1.1.
1111
# However, macos-13 and macos-latest do not come with Haskell tools.
1212

1313
jobs:
@@ -21,16 +21,16 @@ jobs:
2121
- ubuntu-latest
2222
snapshot:
2323
- stack-ghc-9.4.8.yaml
24-
- stack-ghc-9.6.5.yaml
25-
- stack-ghc-9.8.2.yaml
24+
- stack-ghc-9.6.6.yaml
25+
- stack-ghc-9.8.3.yaml
2626
include:
2727
- os: macos-13
28-
snapshot: stack-ghc-9.8.2.yaml
28+
snapshot: stack-ghc-9.8.3.yaml
2929
# macos-latest provides macOS/AArch64 (M1)
3030
- os: macos-latest
31-
snapshot: stack-ghc-9.8.2.yaml
31+
snapshot: stack-ghc-9.8.3.yaml
3232
- os: windows-latest
33-
snapshot: stack-ghc-9.8.2.yaml
33+
snapshot: stack-ghc-9.8.3.yaml
3434
steps:
3535
- name: Clone project
3636
uses: actions/checkout@v4
@@ -55,7 +55,7 @@ jobs:
5555
5656
if [[ "${{ matrix.os }}" == "macos-13" || "${{ matrix.os }}" == "macos-latest" ]]
5757
then
58-
# macos-13 and macos-latest do not include Haskell tools as at 2024-05-06.
58+
# macos-13 and macos-latest do not include Haskell tools as at 2024-10-21.
5959
curl -sSL https://get.haskellstack.org/ | sh
6060
fi
6161
@@ -70,7 +70,7 @@ jobs:
7070
- ubuntu-latest
7171
- windows-latest
7272
snapshot:
73-
- stack-ghc-9.8.2.yaml
73+
- stack-ghc-9.8.3.yaml
7474
steps:
7575
- name: Clone project
7676
uses: actions/checkout@v4

stack-ghc-9.6.5.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

stack-ghc-9.6.6.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Snapshot specification for GHC 9.6.6.
2+
snapshot: lts-22.39 # GHC 9.6.6

stack-ghc-9.8.2.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

stack-ghc-9.8.3.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Snapshot specification for GHC 9.8.3.
2+
snapshot: nightly-2024-10-21 # GHC 9.8.2
3+
compiler: ghc-9.8.3

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
snapshot: stack-ghc-9.6.5.yaml
1+
snapshot: stack-ghc-9.6.6.yaml

0 commit comments

Comments
 (0)