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.
1 parent 06e1258 commit 038b7c6Copy full SHA for 038b7c6
.github/workflows/ci.yml
@@ -20,9 +20,8 @@ jobs:
20
os: [ubuntu-latest]
21
cabal: ["3.4"]
22
ghc:
23
- - "8.10.7"
24
- - "9.0.2"
25
- - "9.2.3"
+ - "9.4.6"
+ - "9.6.2"
26
fdb-version:
27
- "7.3.15"
28
- "7.2.7"
@@ -114,12 +113,12 @@ jobs:
114
113
strategy:
115
fail-fast: false
116
matrix:
117
- stack: ["2.1.3"]
118
- ghc: ["8.8.3"]
+ stack: ["2.11.1"]
+ ghc: ["9.4.6"]
119
120
- - "7.1.15"
+ - "7.3.15"
121
fdb-api-version:
122
- - "710"
+ - "730"
123
124
steps:
125
- uses: actions/checkout@v2
0 commit comments