From 845980c7b4aaa915c044ecf1b9a6bf813c0cd2c8 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 15 Nov 2022 17:22:07 -0600 Subject: [PATCH] Upgrade CI to GHC 9.4.3 --- .github/workflows/workflow.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index d11af00..6b20d30 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -38,11 +38,11 @@ jobs: strategy: matrix: include: - - { platform: ubuntu, ghc: 9.4.2 } + - { platform: ubuntu, ghc: 9.4.3 } - { platform: ubuntu, ghc: 9.2.5 } - { platform: ubuntu, ghc: 9.0.2 } - - { platform: macos, ghc: 9.4.2 } - - { platform: windows, ghc: 9.4.2 } + - { platform: macos, ghc: 9.4.3 } + - { platform: windows, ghc: 9.4.3 } - { platform: ubuntu, ghc: 8.10.7 } - { platform: ubuntu, ghc: 8.8.4 } - { platform: ubuntu, ghc: 8.6.5 } @@ -116,10 +116,10 @@ jobs: with: asset_content_type: application/gzip asset_name: witch-${{ github.event.release.tag_name }}.tar.gz - asset_path: artifact/ubuntu-9.4.2/witch-${{ github.event.release.tag_name }}.tar.gz + asset_path: artifact/ubuntu-9.4.3/witch-${{ github.event.release.tag_name }}.tar.gz upload_url: ${{ github.event.release.upload_url }} - - run: cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' artifact/ubuntu-9.4.2/witch-${{ github.event.release.tag_name }}.tar.gz + - run: cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' artifact/ubuntu-9.4.3/witch-${{ github.event.release.tag_name }}.tar.gz i386: runs-on: ubuntu-latest