Skip to content

Commit

Permalink
Update ghc versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Oct 28, 2023
1 parent 74a0991 commit fd8e101
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- { os: ubuntu-latest, ghc: "8.8.4" }
- { os: ubuntu-latest, ghc: "8.10.7" }
- { os: ubuntu-latest, ghc: "9.0.2" }
- { os: ubuntu-latest, ghc: "9.2.7" }
- { os: ubuntu-latest, ghc: "9.4.4" }
- { os: ubuntu-latest, ghc: "9.6.1" }
- { os: ubuntu-latest, ghc: "9.2.8" }
- { os: ubuntu-latest, ghc: "9.4.7" }
- { os: ubuntu-latest, ghc: "9.6.3" }
- { os: ubuntu-latest, ghc: "9.8.1" }
# MacOS
- { os: macOS-latest, ghc: "8.0.2" }
- { os: macOS-latest, ghc: "8.2.2" }
Expand All @@ -35,9 +36,10 @@ jobs:
- { os: macOS-latest, ghc: "8.8.4" }
- { os: macOS-latest, ghc: "8.10.7" }
- { os: macOS-latest, ghc: "9.0.2" }
- { os: macOS-latest, ghc: "9.2.7" }
- { os: macOS-latest, ghc: "9.4.4" }
- { os: macOS-latest, ghc: "9.6.1" }
- { os: macOS-latest, ghc: "9.2.8" }
- { os: macOS-latest, ghc: "9.4.7" }
- { os: macOS-latest, ghc: "9.6.3" }
- { os: macOS-latest, ghc: "9.8.1" }
# Windows
- { os: windows-latest, ghc: "8.0.2" }
- { os: windows-latest, ghc: "8.2.2" }
Expand All @@ -46,9 +48,10 @@ jobs:
- { os: windows-latest, ghc: "8.8.4" }
- { os: windows-latest, ghc: "8.10.7" }
- { os: windows-latest, ghc: "9.0.2" }
- { os: windows-latest, ghc: "9.2.7" }
- { os: windows-latest, ghc: "9.4.4" }
- { os: windows-latest, ghc: "9.6.1" }
- { os: windows-latest, ghc: "9.2.8" }
- { os: windows-latest, ghc: "9.4.7" }
- { os: windows-latest, ghc: "9.6.3" }
- { os: windows-latest, ghc: "9.8.1" }
steps:
- uses: actions/checkout@v3

Expand Down
6 changes: 4 additions & 2 deletions random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ tested-with: GHC == 8.0.2
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.4
, GHC == 9.4.1
, GHC == 9.2.8
, GHC == 9.4.7
, GHC == 9.6.3
, GHC == 9.8.1

source-repository head
type: git
Expand Down

0 comments on commit fd8e101

Please sign in to comment.