Skip to content

Commit

Permalink
Merge pull request #135 from commercialhaskell/bump-ci
Browse files Browse the repository at this point in the history
Bump CI
  • Loading branch information
mpilgrem authored Mar 27, 2024
2 parents 2d98029 + c612e7e commit be33dd2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
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.

0 comments on commit be33dd2

Please sign in to comment.