File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
55packages :
66- ' .'
77
Original file line number Diff line number Diff line change 1- resolver : nightly-2020-12-10
1+ resolver : nightly-2021-07-22
22packages :
33- ' .'
44
55extra-deps :
66- term-rewriting-0.4.0.2
7- - union-find-array-0.1.0.2
7+ - union-find-array-0.1.0.3
You can’t perform that action at this time.
0 commit comments