Skip to content

Commit 8b7955c

Browse files
Update CI-settings to support for ghc-9
1 parent f3282bd commit 8b7955c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,12 @@ jobs:
7070
# versions of our dependencies allowed by our upper bounds.
7171
#
7272
# TODO: switch back to "ghc: latest" once we support ghc-9.0
73-
- name: newest
73+
- name: oldest
7474
ghc: "8.10"
7575
os: ubuntu-latest
76+
- name: newest
77+
ghc: "9.0"
78+
os: ubuntu-latest
7679

7780
steps:
7881
- uses: actions/checkout@v2
@@ -120,6 +123,8 @@ jobs:
120123
include:
121124
- ghc: "8.10"
122125
os: ubuntu-latest
126+
- ghc: "9.0"
127+
os: ubuntu-latest
123128

124129
steps:
125130
- uses: actions/checkout@v2

oldest-supported-lts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# if this build fails and you need to bump the lts, remember
22
# to also bump the lower bounds in package.yaml to match the
33
# versions provided by that new lts!
4-
resolver: nightly-2020-12-10
4+
resolver: lts-18.3
55
packages:
66
- '.'
77

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
resolver: nightly-2020-12-10
1+
resolver: nightly-2021-07-22
22
packages:
33
- '.'
44

55
extra-deps:
66
- term-rewriting-0.4.0.2
7-
- union-find-array-0.1.0.2
7+
- union-find-array-0.1.0.3

0 commit comments

Comments
 (0)