Skip to content

Commit 1714fc8

Browse files
authored
Merge pull request #19 from msakai/update-ci-202504
Update CI configurations (2025-04)
2 parents 196779b + 8dbef91 commit 1714fc8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- ghc: '9.6.6'
3939
resolver: 'lts-22.43'
4040
coveralls: true
41-
flags: '--coverage'
42-
- ghc: '9.8.4'
43-
resolver: 'lts-23.9'
4441
flags: ''
42+
- ghc: '9.8.4'
43+
resolver: 'lts-23.17'
44+
flags: '--coverage'
4545
- ghc: '9.10.1'
46-
resolver: 'nightly-2025-02-20'
46+
resolver: 'nightly-2025-04-03'
4747
flags: ''
4848
steps:
4949
- uses: actions/checkout@v4

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# resolver:
1616
# name: custom-snapshot
1717
# location: "./custom-snapshot.yaml"
18-
resolver: lts-22.13
18+
resolver: lts-23.17
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.

0 commit comments

Comments
 (0)