Skip to content

Commit ae82164

Browse files
committed
ci(build): remove GHC 9.10 from build matrix
- until upgrade scotty
1 parent d4f4c57 commit ae82164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ghc: ["9.10", "9.8", "9.6", "9.4", "9.2"]
14+
ghc: ["9.8", "9.6", "9.4", "9.2"]
1515
cabal: ["3.8"]
1616
name: Build hoauth2 on GHC ${{ matrix.ghc }}
1717

0 commit comments

Comments
 (0)