Skip to content

Commit

Permalink
Update GHC and Cabal versions in GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Jul 17, 2024
1 parent 3c738a3 commit 106d279
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
fail-fast: false

env:
ghc: "9.2.8"
cabal: "3.10.2.0"
ghc: "9.6.6"
cabal: "3.12.1.0"
os: ubuntu-latest"

steps:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.4", "9.8.2", "9.10.1"]
cabal: ["3.10.3.0"]
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.6", "9.8.2", "9.10.1"]
cabal: ["3.12.1.0"]
os: [ubuntu-latest, windows-latest, macOS-13]

timeout-minutes: 60
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install cabal dependencies
id: build-dependencies
run: cabal build --only-dependencies --enable-tests --enable-benchmarks all
run: cabal build --only-dependencies all

- name: "Save cache"
uses: actions/cache/save@v4
Expand Down Expand Up @@ -104,8 +104,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.6.4"]
cabal: ["3.10.3.0"]
ghc: ["9.6.6"]
cabal: ["3.12.1.0"]
os: [ubuntu-latest]

# Fix the index-state so we can get proper caching effects. Change this to a
Expand Down Expand Up @@ -171,8 +171,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.6.4"]
cabal: ["3.10.3.0"]
ghc: ["9.6.6"]
cabal: ["3.12.1.0"]
os: [ubuntu-latest]

# See the comment on the hackage-index-state environment variable for the
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.6.4"]
ghc: ["9.6.6"]
cabal: ["3.10.3.0"]
os: [ubuntu-latest]

Expand Down

0 comments on commit 106d279

Please sign in to comment.