Skip to content

Commit

Permalink
Updating GitHub actions [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Aug 28, 2024
1 parent e7f4add commit ea71965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: 'Setup Haskell'
uses: haskell-actions/setup@v2
with:
ghc-version: 9.10
ghc-version: 9.10.1
cabal-version: 3.12

- name: 'Cabal - Configure'
Expand Down
2 changes: 1 addition & 1 deletion config/cabal.project.integration
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages:
pkg/PhyloLib
pkg/*/*.cabal

with-compiler: ghc-9.2.4
with-compiler: ghc-9.10.1


---------------------------------------------------------------------------------
Expand Down

0 comments on commit ea71965

Please sign in to comment.