0.3.1 Release (#133)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user