We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c8e85 commit 136390bCopy full SHA for 136390b
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: cabal test - GHC ${{ matrix.ghc-version }}
11
strategy:
12
matrix:
13
- ghc-version: [96, 98, 910]
+ ghc-version: [96, 98, 910, 912]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
0 commit comments