Skip to content

Commit

Permalink
Bump CI from GHC 9.4.6 to GHC 9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 27, 2023
1 parent 9df6e4b commit 9701d5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 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 7 August 2023, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.11.1.
# As of 27 August 2023, ubuntu-latest and windows-latest come with Stack 2.11.1
# and macos-latest comes with Stack 2.9.3.

jobs:
build:
Expand All @@ -21,7 +21,7 @@ jobs:
- ubuntu-latest
resolver:
- stack-ghc-9.2.8.yaml
- stack-ghc-9.4.6.yaml
- stack-ghc-9.4.7.yaml
- stack-ghc-9.6.2.yaml
include:
- os: macos-latest
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- ubuntu-latest
- windows-latest
resolver:
- stack-ghc-9.4.6.yaml
- stack-ghc-9.4.7.yaml
steps:
- name: Clone project
uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions stack-ghc-9.4.6.yaml → stack-ghc-9.4.7.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Snapshot specification for GHC 9.4.6.
resolver: lts-21.8 # GHC 9.4.6
# Snapshot specification for GHC 9.4.7.
resolver: lts-21.9 # GHC 9.4.6
compiler: ghc-9.4.7

packages:
- aeson-warning-parser-0.1.0@sha256:f2c1c42b73aa35d352060abcbb867c410cbbf57d0cb0fed607bcd1e2a74954ad,1308
Expand Down

0 comments on commit 9701d5d

Please sign in to comment.