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