Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# that matter). The setup-botan action already contains a TODO that would
# allow us to specify incomplete Botan versions like 3 and 3.8 that would
# then automatically be resolved to the greatest complete versions, e.g.,
# 3.10.0 and 3.8.1. Similarly, haskell-actions/setup@v2.11.0 allows specifying
# 3.10.0 and 3.8.1. Similarly, haskell-actions/setup@v2.12.0 allows specifying
# incomplete GHC and Cabal versions that are resolved to complete
# versions. However, if a new Botan MAJOR and/or MINOR version is released
# (or a new GHC major version), then we would want to include it as a new
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

- name: 🛠️ Setup Haskell
id: setup-haskell
uses: haskell-actions/setup@v2.11.0
uses: haskell-actions/setup@v2.12.0
with:
ghc-version: ${{ matrix.ghc-version }}
cabal-version: ${{ matrix.cabal-version }}
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:

- name: 🛠️ Setup Haskell
id: setup-haskell
uses: haskell-actions/setup@v2.11.0
uses: haskell-actions/setup@v2.12.0
with:
ghc-version: "9.6"
cabal-version: "3.16"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: 🛠️ Setup Haskell
id: setup-haskell
uses: haskell-actions/setup@v2.11.0
uses: haskell-actions/setup@v2.12.0
with:
ghc-version: ${{ env.ghc-version }}
cabal-version: ${{ env.cabal-version }}
Expand Down
Loading