Skip to content

Commit

Permalink
Update CI, 7.10 is not installable any more
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv authored and elaforge committed Sep 17, 2024
1 parent 775527d commit d546da5
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI
on:
push:
branches:
Expand All @@ -13,15 +13,27 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['7.10', '8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0']
ghc:
- "8.0"
- "8.2"
- "8.4"
- "8.6"
- "8.8"
- "8.10"
- "9.0"
- "9.2"
- "9.4"
- "9.6"
- "9.8"
- "9.10"
include:
- os: macOS-latest
ghc: '9.0'
ghc: '9.10'
- os: windows-latest
ghc: '9.0'
ghc: '9.10'
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
Expand Down

0 comments on commit d546da5

Please sign in to comment.