Skip to content

Commit 9b24252

Browse files
Test GHC 9.10.3
1 parent 9488f9f commit 9b24252

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- "9.4.8"
3030
- "9.6.7"
3131
- "9.8.4"
32-
- "9.10.2"
32+
- "9.10.3"
3333
- "9.12.2"
3434
steps:
3535
- name: "checkout"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-24.11
1+
resolver: lts-24.12
22

33
packages:
44
- ./ttc

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stack-9.10.2.yaml
1+
stack-9.10.3.yaml

ttc/ttc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tested-with:
2828
|| ==9.4.8
2929
|| ==9.6.7
3030
|| ==9.8.4
31-
|| ==9.10.2
31+
|| ==9.10.3
3232
|| ==9.12.2
3333

3434
source-repository head

0 commit comments

Comments
 (0)