diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 639ef5f..260101c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0'] - os: ['ubuntu-22.04', 'windows-latest'] + ghc: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0'] + os: ['ubuntu-latest', 'windows-latest'] name: Build on ${{ matrix.os }} with GHC ${{ matrix.ghc }}