We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f12e38 + 9a3fd77 commit 78034cdCopy full SHA for 78034cd
.github/workflows/master.yml
@@ -13,12 +13,12 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest]
16
- cabal: ["3.4"]
+ cabal: ["3.6"]
17
ghc:
18
- "8.6.5"
19
- "8.8.4"
20
- "8.10.7"
21
- - "9.0.1"
+ - "9.0.2"
22
23
steps:
24
- uses: actions/checkout@v2
@@ -93,7 +93,7 @@ jobs:
93
94
95
stack: ["2.7.3"]
96
- ghc: ["8.10.4"]
+ ghc: ["8.10.7"]
97
98
99
0 commit comments