We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89841d commit 3f48f98Copy full SHA for 3f48f98
1 file changed
.github/workflows/build.yml
@@ -25,10 +25,13 @@ jobs:
25
fail-fast: true
26
matrix:
27
os: [ubuntu-latest, macOS-latest, windows-latest]
28
- ghc-version: ["9.2.4"]
29
- include:
30
- - os: ubuntu-latest
+ ghc-version: ["8.10.7", "9.2.4"]
+ exclude:
+ - os: macOS-latest
31
+ ghc-version: "8.10.7"
32
+ - os: windows-latest
33
ghc-version: "8.10.7"
34
+ include:
35
- experimental: false
36
37
name: Build on ${{ matrix.os }} with GHC-${{ matrix.ghc-version }}
0 commit comments