Skip to content

Commit

Permalink
CI: remove ghc 8.2 from build matrix as Cabal 3.12.0.0 won't build wi…
Browse files Browse the repository at this point in the history
…th it
  • Loading branch information
lyokha committed Apr 27, 2024
1 parent 7ba3a90 commit ff119fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
ghc: ['8.2', '8.4', '8.6', '8.8']
ghc: ['8.4', '8.6', '8.8']
cabal: ['3.8']
nginx: [1.18.0]
experimental: [true]
experimental: [false]
include:
- ghc: '9.8'
cabal: head
Expand Down

0 comments on commit ff119fe

Please sign in to comment.