From 05dd912283513436f63c5c2739da066742db5502 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 15 Nov 2020 08:58:21 -0500 Subject: [PATCH] Also test with GHC 8.6.5 --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba48686..dfa79c0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,10 @@ jobs: - 8.8.4 cabal: - 3.2.0.0 + include: + - os: ubuntu-18.04 + ghc: 8.6.5 + cabal: 3.2.0.0 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -37,7 +41,7 @@ jobs: ${{ matrix.os }}-${{ matrix.ghc }}- - run: cabal test --test-show-details direct - run: cabal sdist - - if: matrix.os == 'ubuntu-18.04' + - if: matrix.os == 'ubuntu-18.04' && matrix.ghc == '8.8.4' uses: actions/upload-artifact@v2 with: path: dist-newstyle/sdist/brittany-*.tar.gz