Skip to content

Commit

Permalink
don't build with ghc 9.10.1 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed May 14, 2024
1 parent 37df120 commit 4c56126
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.2
Expand All @@ -43,6 +38,11 @@ jobs:
compilerVersion: 9.6.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
compilerKind: ghc
compilerVersion: 9.4.8
setup-method: ghcup
allow-failure: false
fail-fast: false
steps:
- name: apt
Expand Down
2 changes: 1 addition & 1 deletion stm-fsifo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license: BSD-3-Clause
maintainer: Travis Staton <[email protected]>, Mitchell Dalvi Rosen <[email protected]>
name: stm-fsifo
synopsis: A FIFO queue that supports deleting an enqueued element
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
tested-with: GHC == 9.4.8, GHC == 9.6.5, GHC == 9.8.2
version: 1.0.0

description:
Expand Down

0 comments on commit 4c56126

Please sign in to comment.