Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
 - Cabal 3.10 -> 3.12
 - GHC 9.10 added
  • Loading branch information
Shimuuar committed Jan 6, 2025
1 parent adfa7ef commit 915f27a
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,40 @@ jobs:
matrix:
include:
### -- Linux --
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.0.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.2.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.4.4" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.6.5" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.8.4" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.10.7" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.8.2" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.0.2" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.2.2" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.4.4" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.6.5" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.8.4" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.10.7" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.0.2" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.2.8" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.4.8" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.6.6" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.8.2" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.10.1" }
## -- Win --
- { cabal: "3.10", os: windows-latest, ghc: "8.4.4" }
- { cabal: "3.10", os: windows-latest, ghc: "8.6.5" }
- { cabal: "3.10", os: windows-latest, ghc: "8.8.4" }
- { cabal: "3.10", os: windows-latest, ghc: "8.10.7" }
- { cabal: "3.10", os: windows-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: windows-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: windows-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: windows-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: windows-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: windows-latest, ghc: "9.8.2" }
- { cabal: "3.12", os: windows-latest, ghc: "8.4.4" }
- { cabal: "3.12", os: windows-latest, ghc: "8.6.5" }
- { cabal: "3.12", os: windows-latest, ghc: "8.8.4" }
- { cabal: "3.12", os: windows-latest, ghc: "8.10.7" }
- { cabal: "3.12", os: windows-latest, ghc: "9.0.2" }
- { cabal: "3.12", os: windows-latest, ghc: "9.2.8" }
- { cabal: "3.12", os: windows-latest, ghc: "9.4.8" }
- { cabal: "3.12", os: windows-latest, ghc: "9.6.6" }
- { cabal: "3.12", os: windows-latest, ghc: "9.8.2" }
- { cabal: "3.12", os: windows-latest, ghc: "9.10.1" }
# MacOS
- { cabal: "3.10", os: macOS-13, ghc: "8.4.4" }
- { cabal: "3.10", os: macOS-13, ghc: "8.6.5" }
- { cabal: "3.10", os: macOS-13, ghc: "8.8.4" }
- { cabal: "3.10", os: macOS-13, ghc: "8.10.7" }
- { cabal: "3.10", os: macOS-13, ghc: "9.0.2" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.8.2" }
- { cabal: "3.12", os: macOS-13, ghc: "8.4.4" }
- { cabal: "3.12", os: macOS-13, ghc: "8.6.5" }
- { cabal: "3.12", os: macOS-13, ghc: "8.8.4" }
- { cabal: "3.12", os: macOS-13, ghc: "8.10.7" }
- { cabal: "3.12", os: macOS-13, ghc: "9.0.2" }
- { cabal: "3.12", os: macOS-latest, ghc: "9.2.8" }
- { cabal: "3.12", os: macOS-latest, ghc: "9.4.8" }
- { cabal: "3.12", os: macOS-latest, ghc: "9.6.6" }
- { cabal: "3.12", os: macOS-latest, ghc: "9.8.2" }
- { cabal: "3.12", os: macOS-latest, ghc: "9.10.1" }
fail-fast: false

steps:
Expand Down

0 comments on commit 915f27a

Please sign in to comment.