Skip to content

Commit

Permalink
Test with newer compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Oct 1, 2023
1 parent 7d2fbbd commit 662981b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,21 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.6.0.20230128
- compiler: ghc-9.10.1.20231001
compilerKind: ghc
compilerVersion: 9.6.0.20230128
compilerVersion: 9.10.1.20231001
setup-method: ghcup
allow-failure: true
- compiler: ghc-9.8.1
compilerKind: ghc
compilerVersion: 9.8.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.3
compilerKind: ghc
compilerVersion: 9.6.3
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.4
compilerKind: ghc
compilerVersion: 9.4.4
Expand Down

0 comments on commit 662981b

Please sign in to comment.