Skip to content

Commit

Permalink
Merge pull request #38 from snoyberg/ci
Browse files Browse the repository at this point in the history
Bump CI
  • Loading branch information
mpilgrem authored Jan 5, 2024
2 parents 96b18aa + da16540 commit d989656
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 25 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/unit-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 August 2023, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.11.1 and GHC 9.6.2.
# As of 4 January 2024, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.13.1 and GHC 9.8.1.

jobs:
unit-tests:
Expand All @@ -20,17 +20,17 @@ jobs:
os:
- ubuntu-latest
resolver:
- stack-ghc-9.2.8.yaml
- stack-ghc-9.4.5.yaml
- stack-ghc-9.6.2.yaml
- stack-ghc-9.4.8.yaml
- stack-ghc-9.6.3.yaml
- stack-ghc-9.8.1.yaml
include:
- os: windows-latest
resolver: stack-ghc-9.6.2.yaml
resolver: stack-ghc-9.8.1.yaml
- os: macos-latest
resolver: stack-ghc-9.6.2.yaml
resolver: stack-ghc-9.8.1.yaml
steps:
- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache dependencies on Unix-like OS
if: startsWith(runner.os, 'Linux') || startsWith(runner.os, 'macOS')
uses: actions/cache@v3
Expand Down
2 changes: 0 additions & 2 deletions stack-ghc-9.4.5.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions stack-ghc-9.4.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# A snapshot specification for GHC 9.4.8.
resolver: lts-21.11 # GHC 9.4.8
2 changes: 0 additions & 2 deletions stack-ghc-9.6.2.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions stack-ghc-9.6.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# A snapshot specification for GHC 9.6.3.
resolver: lts-22.4 # GHC 9.6.3
2 changes: 2 additions & 0 deletions stack-ghc-9.8.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# A snapshot specification for GHC 9.8.1.
resolver: nightly-2024-01-04 # GHC 9.8.1
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: stack-ghc-9.4.5.yaml
resolver: stack-ghc-9.6.3.yaml
17 changes: 5 additions & 12 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: weigh-0.0.7@sha256:65ff951f6fb4c021ceb33c25077a31c5204dbc6cd0fb2718197e5e3c71656be5,1662
pantry-tree:
sha256: 2a3928594bb3b043dad158f764f573f3fce15467fd81b2b0f4bd7e5a858c7aa6
size: 476
original:
hackage: weigh-0.0.7
packages: []
snapshots:
- completed:
sha256: 1867d84255dff8c87373f5dd03e5a5cb1c10a99587e26c8793e750c54e83ffdc
size: 639139
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/0.yaml
original: lts-21.0
sha256: 8b211c5a6aad3787e023dfddaf7de7868968e4f240ecedf14ad1c5b2199046ca
size: 714097
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/4.yaml
original: lts-22.4

0 comments on commit d989656

Please sign in to comment.