Skip to content

Commit 7eaaee7

Browse files
committed
Why doesn't this work, though?
1 parent 3f48f98 commit 7eaaee7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ jobs:
2525
fail-fast: true
2626
matrix:
2727
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: "8.10.7"
28+
ghc-version: ["9.2"]
3429
include:
30+
- os: ubuntu-latest
31+
ghc-version: "8.10"
32+
- os: ubuntu-latest
33+
ghc-version: "9.0"
3534
- experimental: false
3635

3736
name: Build on ${{ matrix.os }} with GHC-${{ matrix.ghc-version }}

0 commit comments

Comments
 (0)