Upgrade CI to GHC 9.4.3

This commit is contained in:
Taylor Fausak 2022-11-15 17:22:07 -06:00
parent b545f81541
commit 845980c7b4

View File

@ -38,11 +38,11 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- { platform: ubuntu, ghc: 9.4.2 } - { platform: ubuntu, ghc: 9.4.3 }
- { platform: ubuntu, ghc: 9.2.5 } - { platform: ubuntu, ghc: 9.2.5 }
- { platform: ubuntu, ghc: 9.0.2 } - { platform: ubuntu, ghc: 9.0.2 }
- { platform: macos, ghc: 9.4.2 } - { platform: macos, ghc: 9.4.3 }
- { platform: windows, ghc: 9.4.2 } - { platform: windows, ghc: 9.4.3 }
- { platform: ubuntu, ghc: 8.10.7 } - { platform: ubuntu, ghc: 8.10.7 }
- { platform: ubuntu, ghc: 8.8.4 } - { platform: ubuntu, ghc: 8.8.4 }
- { platform: ubuntu, ghc: 8.6.5 } - { platform: ubuntu, ghc: 8.6.5 }
@ -116,10 +116,10 @@ jobs:
with: with:
asset_content_type: application/gzip asset_content_type: application/gzip
asset_name: witch-${{ github.event.release.tag_name }}.tar.gz 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 }} 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: i386:
runs-on: ubuntu-latest runs-on: ubuntu-latest