Skip to content

Commit

Permalink
ci: add ghc-9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed Jul 18, 2023
1 parent a8ca953 commit 8f2907d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osxCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
ghc: ['9.2', '9.4']
cabal: ['3.6']
ghc: ['9.2', '9.4', '9.6']
cabal: ['3.8']
name: Haskell GHC ${{ matrix.ghc }}
env:
CONFIG: "--enable-tests --enable-benchmarks"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntuCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ghc: ['9.2', '9.4']
cabal: ['3.6']
ghc: ['9.2', '9.4', '9.6']
cabal: ['3.8']
avx_flag: ['', '-fuse-avx2'] # vm doesnt support avx512
chenck_array_bound_flag: ['', '-fcheck-array-bound'] # vm doesnt support avx512
name: Haskell GHC ${{ matrix.ghc }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/winCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
ghc: ['9.2', '9.4']
cabal: ['3.6']
ghc: ['9.2', '9.4', '9.6']
cabal: ['3.8']
name: Haskell GHC ${{ matrix.ghc }}
env:
CONFIG: "--enable-tests --enable-benchmarks --test-show-details=direct"
Expand Down

0 comments on commit 8f2907d

Please sign in to comment.