Skip to content

Commit

Permalink
Merge pull request #175 from haskell/lehins/add-ghc-12-to-ci
Browse files Browse the repository at this point in the history
Add ghc-9.12 to CI and update ghc-9.8 versions
  • Loading branch information
lehins authored Jan 5, 2025
2 parents 9b6b37c + 4a4d0ec commit 404fa39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
include:
# Linux
# haskell-actions/setup is having trouble installing from hvr/ppa for ghc-8.0 and 8.2
# - { os: ubuntu-latest, ghc: "8.0.2" }
# - { os: ubuntu-latest, ghc: "8.2.2" }
# - { os: ubuntu-latest, ghc: "8.0.2" }
# - { os: ubuntu-latest, ghc: "8.2.2" }
- { os: ubuntu-latest, ghc: "8.4.4" }
- { os: ubuntu-latest, ghc: "8.6.5" }
- { os: ubuntu-latest, ghc: "8.8.4" }
Expand All @@ -33,11 +33,12 @@ jobs:
- { os: ubuntu-latest, ghc: "9.2.8" }
- { os: ubuntu-latest, ghc: "9.4.8" }
- { os: ubuntu-latest, ghc: "9.6.6" }
- { os: ubuntu-latest, ghc: "9.8.2" }
- { os: ubuntu-latest, ghc: "9.10.1" }
- { os: ubuntu-latest, ghc: "9.8.4" }
- { os: ubuntu-latest, ghc: "9.10.1" }
- { os: ubuntu-latest, ghc: "9.12.1" }
# MacOS
# - { os: macOS-latest, ghc: "8.0.2" }
# - { os: macOS-latest, ghc: "8.2.2" }
# - { os: macOS-latest, ghc: "8.0.2" }
# - { os: macOS-latest, ghc: "8.2.2" }
- { os: macOS-latest, ghc: "8.4.4" }
- { os: macOS-latest, ghc: "8.6.5" }
- { os: macOS-latest, ghc: "8.8.4" }
Expand All @@ -46,8 +47,9 @@ jobs:
- { os: macOS-latest, ghc: "9.2.8" }
- { os: macOS-latest, ghc: "9.4.8" }
- { os: macOS-latest, ghc: "9.6.6" }
- { os: macOS-latest, ghc: "9.8.2" }
- { os: macOS-latest, ghc: "9.10.1" }
- { os: macOS-latest, ghc: "9.8.4" }
- { os: macOS-latest, ghc: "9.10.1" }
- { os: macOS-latest, ghc: "9.12.1" }
# Windows
# - { os: windows-latest, ghc: "8.0.2" }
# - { os: windows-latest, ghc: "8.2.2" }
Expand All @@ -59,8 +61,9 @@ jobs:
- { os: windows-latest, ghc: "9.2.8" }
- { os: windows-latest, ghc: "9.4.8" }
- { os: windows-latest, ghc: "9.6.6" }
- { os: windows-latest, ghc: "9.8.2" }
- { os: windows-latest, ghc: "9.10.1" }
- { os: windows-latest, ghc: "9.8.4" }
- { os: windows-latest, ghc: "9.10.1" }
- { os: windows-latest, ghc: "9.12.1" }
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 2 additions & 1 deletion random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ tested-with: GHC == 8.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.2
, GHC == 9.8.4
, GHC == 9.10.1
, GHC == 9.12.1

source-repository head
type: git
Expand Down

0 comments on commit 404fa39

Please sign in to comment.