diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b7ac49..95faccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,11 @@ jobs: - "9.2.8" - "9.4.5" - "9.6.3" - # Use only the latest compiler on non-Linux + - "9.8.1" + # Use only the "main" (usually latest) compiler version on non-Linux exclude: + - os: macOS-latest + ghc: 9.8.1 - os: macOS-latest ghc: 9.4.5 - os: macOS-latest @@ -50,6 +53,8 @@ jobs: ghc: 9.0.2 - os: macOS-latest ghc: 8.10.7 + - os: windows-latest + ghc: 9.8.1 - os: windows-latest ghc: 9.4.5 - os: windows-latest