0.3.1 Release (#133)

This commit is contained in:
Adam Wespiser
2022-03-12 21:42:32 -05:00
committed by GitHub
parent 1b453b6064
commit 3e249724fd
7 changed files with 71 additions and 50 deletions
+3 -2
View File
@@ -9,8 +9,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["9.0.1", "8.10.1", "8.8.1", "8.6.5", "8.6.4", "8.6.3", "8.6.2", "8.4.4", "8.2.2", "8.0.2"]
cabal: ["3.0", "3.2"]
ghc: ['9.2', '9.0.1', '8.10.1', '8.8.1', '8.6.5', '8.6.4', '8.6.3', '8.6.2', '8.4.4', '8.2.2', '8.0.2', '7.10.3']
cabal: ['latest', 3.2]
fail-fast: false
env:
CONFIG: "--enable-tests --enable-benchmarks"
steps:
+3 -7
View File
@@ -25,15 +25,11 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.0.1
- compiler: ghc-7.6.3
allow-failure: false
- compiler: ghc-8.10.1
- compiler: ghc-7.8.4
allow-failure: false
- compiler: ghc-8.8.1
allow-failure: false
- compiler: ghc-8.6.1
allow-failure: false
- compiler: ghc-8.4.1
- compiler: ghc-7.10.3
allow-failure: false
fail-fast: false
steps: