Skip to content

Commit

Permalink
Merge pull request #1 from commercialhaskell/synonyn
Browse files Browse the repository at this point in the history
Bump resolvers
  • Loading branch information
mpilgrem authored Dec 7, 2023
2 parents fb45799 + 4022bf3 commit e222717
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 32 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main
workflow_dispatch:

# As of 7 July 2023, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.11.1.
# As of 7 December 2023, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.13.1.

jobs:
build:
Expand All @@ -23,13 +23,13 @@ jobs:
- stack-ghc-8.10.7.yaml
- stack-ghc-9.0.2.yaml
- 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
include:
- os: macos-latest
stack-yaml: stack-ghc-9.4.5.yaml
stack-yaml: stack-ghc-9.4.8.yaml
- os: windows-latest
stack-yaml: stack-ghc-9.4.5.yaml
stack-yaml: stack-ghc-9.4.8.yaml
steps:
- name: Clone project
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion stack-ghc-9.4.5.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions stack-ghc-9.4.5.yaml.lock

This file was deleted.

1 change: 1 addition & 0 deletions stack-ghc-9.4.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-21.23 # GHC 9.4.8
1 change: 0 additions & 1 deletion stack-ghc-9.6.2.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions stack-ghc-9.6.2.yaml.lock

This file was deleted.

1 change: 1 addition & 0 deletions stack-ghc-9.6.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: nightly-2023-12-07 # GHC 9.6.3

0 comments on commit e222717

Please sign in to comment.