Skip to content

Commit 1f2bdf7

Browse files
committed
Fix botched rebase
1 parent f07ca91 commit 1f2bdf7

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

.github/workflows/cabal.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macOS-latest]
12-
ghc: ["9.4", "9.6", "9.8"]
12+
ghc: ["9.4", "9.6", "9.8", "9.10"]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)