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

Bump CI for passage of time #137

Merged
merged 1 commit into from
Oct 21, 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
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