From ea71965f01076c3ee25aa3fb96b4e776be7a609d Mon Sep 17 00:00:00 2001 From: Recursion Ninja Date: Wed, 28 Aug 2024 13:54:55 -0400 Subject: [PATCH] Updating GitHub actions [2] --- .github/workflows/integration-test-suite.yaml | 2 +- config/cabal.project.integration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test-suite.yaml b/.github/workflows/integration-test-suite.yaml index 309e61d93..4bda131db 100644 --- a/.github/workflows/integration-test-suite.yaml +++ b/.github/workflows/integration-test-suite.yaml @@ -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' diff --git a/config/cabal.project.integration b/config/cabal.project.integration index 02762bc14..a56b7c3ed 100644 --- a/config/cabal.project.integration +++ b/config/cabal.project.integration @@ -9,7 +9,7 @@ packages: pkg/PhyloLib pkg/*/*.cabal -with-compiler: ghc-9.2.4 +with-compiler: ghc-9.10.1 ---------------------------------------------------------------------------------