Skip to content

Commit

Permalink
Merge pull request #137 from commercialhaskell/bump-ci
Browse files Browse the repository at this point in the history
Bump CI for passage of time
  • Loading branch information
mpilgrem authored Oct 21, 2024
2 parents df66fe5 + 05bc6f8 commit 7775332
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master
workflow_dispatch:

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

jobs:
Expand All @@ -21,16 +21,16 @@ jobs:
- ubuntu-latest
snapshot:
- stack-ghc-9.4.8.yaml
- stack-ghc-9.6.5.yaml
- stack-ghc-9.8.2.yaml
- stack-ghc-9.6.6.yaml
- stack-ghc-9.8.3.yaml
include:
- os: macos-13
snapshot: stack-ghc-9.8.2.yaml
snapshot: stack-ghc-9.8.3.yaml
# macos-latest provides macOS/AArch64 (M1)
- os: macos-latest
snapshot: stack-ghc-9.8.2.yaml
snapshot: stack-ghc-9.8.3.yaml
- os: windows-latest
snapshot: stack-ghc-9.8.2.yaml
snapshot: stack-ghc-9.8.3.yaml
steps:
- name: Clone project
uses: actions/checkout@v4
Expand All @@ -55,7 +55,7 @@ jobs:
if [[ "${{ matrix.os }}" == "macos-13" || "${{ matrix.os }}" == "macos-latest" ]]
then
# macos-13 and macos-latest do not include Haskell tools as at 2024-05-06.
# macos-13 and macos-latest do not include Haskell tools as at 2024-10-21.
curl -sSL https://get.haskellstack.org/ | sh
fi
Expand All @@ -70,7 +70,7 @@ jobs:
- ubuntu-latest
- windows-latest
snapshot:
- stack-ghc-9.8.2.yaml
- stack-ghc-9.8.3.yaml
steps:
- name: Clone project
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions stack-ghc-9.6.5.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions stack-ghc-9.6.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Snapshot specification for GHC 9.6.6.
snapshot: lts-22.39 # GHC 9.6.6
2 changes: 0 additions & 2 deletions stack-ghc-9.8.2.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions stack-ghc-9.8.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Snapshot specification for GHC 9.8.3.
snapshot: nightly-2024-10-21 # GHC 9.8.2
compiler: ghc-9.8.3
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
snapshot: stack-ghc-9.6.5.yaml
snapshot: stack-ghc-9.6.6.yaml

0 comments on commit 7775332

Please sign in to comment.