Skip to content

Commit

Permalink
CI: bump tools and compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Nov 26, 2023
1 parent dc46215 commit ccc76fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.5"
- "9.6.2"
- "9.4.8"
- "9.6.3"
- "9.8.1"
exclude:
# fails to build: "can't load framework: Cocoa (not found)"
- os: macOS-12
Expand Down Expand Up @@ -107,8 +108,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
cabal: ["3.6"]
ghc: ["9.2.8"]
cabal: ["3.10"]
ghc: ["9.8.1"]

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

0 comments on commit ccc76fa

Please sign in to comment.