Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Dec 23, 2023
1 parent 420b141 commit 8cf8be8
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up HLint
uses: haskell/actions/hlint-setup@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- macos-latest
- windows-latest
resolver:
- stack-ghc-9.6.2.yaml
- stack-ghc-9.4.7.yaml
- stack-ghc-9.6.3.yaml
- stack-ghc-9.4.8.yaml
- stack-ghc-9.2.8.yaml
- stack-ghc-9.0.2.yaml
steps:
- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build and run tests
shell: bash
run: |
Expand Down
2 changes: 0 additions & 2 deletions stack-ghc-9.4.7.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 @@
# Snapshot specification for GHC 9.4.8
resolver: lts-21.25 # 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 @@
# Snapshot specification for GHC 9.6.3
resolver: lts-22.0 # GHC 9.6.3
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.7.yaml
resolver: stack-ghc-9.6.3.yaml
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 9313df78f49519315342f4c51ffc5da12659d3735f8ac3c54a1fb98ff874474e
size: 640036
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/12.yaml
original: lts-21.12
sha256: e176944bc843f740e05242fa7a66ca1f440c127e425254f7f1257f9b19add23f
size: 712153
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/0.yaml
original: lts-22.0

0 comments on commit 8cf8be8

Please sign in to comment.