Skip to content

Commit 038b7c6

Browse files
committed
Newer GHC versions
1 parent 06e1258 commit 038b7c6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
os: [ubuntu-latest]
2121
cabal: ["3.4"]
2222
ghc:
23-
- "8.10.7"
24-
- "9.0.2"
25-
- "9.2.3"
23+
- "9.4.6"
24+
- "9.6.2"
2625
fdb-version:
2726
- "7.3.15"
2827
- "7.2.7"
@@ -114,12 +113,12 @@ jobs:
114113
strategy:
115114
fail-fast: false
116115
matrix:
117-
stack: ["2.1.3"]
118-
ghc: ["8.8.3"]
116+
stack: ["2.11.1"]
117+
ghc: ["9.4.6"]
119118
fdb-version:
120-
- "7.1.15"
119+
- "7.3.15"
121120
fdb-api-version:
122-
- "710"
121+
- "730"
123122

124123
steps:
125124
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)