Skip to content

Commit

Permalink
Update ghc, cabal, stack versions used by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gromakovsky committed Aug 12, 2021
1 parent e963024 commit bafeaa2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,26 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ["3.2"]
cabal: ["3.4"]
# If you update this list of supported compiler versions,
# make sure to update the `tested-with` section of `universum.cabal`.
ghc:
- "8.4.4"
- "8.6.5"
- "8.8.3"
- "8.10.1"
- "9.0"
exclude:
- os: macOS-latest
ghc: 8.10.1
- os: macOS-latest
ghc: 8.8.3
- os: macOS-latest
ghc: 8.6.5
- os: macOS-latest
ghc: 8.4.4
- os: windows-latest
ghc: 8.10.1
- os: windows-latest
ghc: 8.8.3
- os: windows-latest
Expand Down Expand Up @@ -89,8 +94,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
stack: ["2.3"]
ghc: ["8.8.3"]
stack: ["2.5"]
ghc: ["8.10.3"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bafeaa2

Please sign in to comment.