Skip to content
Snippets Groups Projects
Unverified Commit d5c333d6 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Update GHC test matrix

parent 66aa81d1
No related branches found
No related tags found
No related merge requests found
......@@ -14,20 +14,20 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.7', '9.4.5', '9.6.1']
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
cabal: ['3.8.1.0']
include:
- os: macOS-latest
ghc: '9.4.5'
ghc: '9.4'
cabal: '3.8.1.0'
- os: macOS-latest
ghc: '9.6.1'
ghc: '9.6'
cabal: '3.8.1.0'
- os: windows-latest
ghc: '9.4.5'
ghc: '9.4'
cabal: '3.8.1.0'
- os: windows-latest
ghc: '9.6.1'
ghc: '9.6'
cabal: '3.8.1.0'
steps:
- uses: actions/checkout@v3
......@@ -48,7 +48,6 @@ jobs:
- name: Build
run: |
set -eux
[ "$(ghc --numeric-version)" = "${{ matrix.ghc }}" ]
cabal update
cabal build --enable-tests --enable-benchmarks
cabal test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment