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 #135

Merged
merged 1 commit into from
Mar 27, 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,8 +7,8 @@ on:
- master
workflow_dispatch:

# As of 4 February 2024, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.13.1. However, macos-14 does not come with Haskell tools.
# As of 23 March 2024, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.13.3. However, macos-14 does not come with Haskell tools.

jobs:
build:
Expand All @@ -22,15 +22,15 @@ jobs:
snapshot:
- stack-ghc-9.4.8.yaml
- stack-ghc-9.6.4.yaml
- stack-ghc-9.8.1.yaml
- stack-ghc-9.8.2.yaml
include:
- os: macos-latest
snapshot: stack-ghc-9.8.1.yaml
snapshot: stack-ghc-9.8.2.yaml
# macos-14 provides macOS/AArch64 (M1)
- os: macos-14
snapshot: stack-ghc-9.8.1.yaml
snapshot: stack-ghc-9.8.2.yaml
- os: windows-latest
snapshot: stack-ghc-9.8.1.yaml
snapshot: stack-ghc-9.8.2.yaml
steps:
- name: Clone project
uses: actions/checkout@v4
Expand All @@ -55,7 +55,7 @@ jobs:

if [[ "${{ matrix.os }}" == "macos-14" ]]
then
# macos-14 does not include Haskell tools as at 2024-02-04.
# macos-14 does not include Haskell tools as at 2024-03-23.
curl -sSL https://get.haskellstack.org/ | sh
fi

Expand All @@ -70,7 +70,7 @@ jobs:
- ubuntu-latest
- windows-latest
snapshot:
- stack-ghc-9.8.1.yaml
- stack-ghc-9.8.2.yaml
steps:
- name: Clone project
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-9.6.4.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snapshot specification for GHC 9.6.4.
snapshot: lts-22.12 # GHC 9.6.4
snapshot: lts-22.13 # GHC 9.6.4

flags:
hackage-security:
Expand Down
6 changes: 0 additions & 6 deletions stack-ghc-9.8.1.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions stack-ghc-9.8.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Snapshot specification for GHC 9.8.2.
snapshot: nightly-2024-03-20 # GHC 9.8.2

flags:
hackage-security:
cabal-syntax: true
8 changes: 4 additions & 4 deletions stack.yaml.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.