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
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
matrix:
ghc:
- '9.2.2'
- '9.0.2'
- '8.10.3'
- '8.8.4'
- "9.2.2"
- "9.0.2"
- "8.10.7"
- "8.8.4"
cabal:
- '3.6'
- "3.6"
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.3' }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '9.2.2' }}
with:
files: threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.gz
draft: false
Expand All @@ -98,12 +98,12 @@ jobs:
strategy:
matrix:
ghc:
- '9.2.2'
- '9.0.2'
- '8.10.3'
- '8.8.4'
- "9.2.2"
- "9.0.2"
- "8.10.7"
- "8.8.4"
cabal:
- '3.6'
- "3.6"
os:
- windows-latest
fail-fast: false
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.3' }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '9.2.2' }}
with:
files: threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.zip
draft: false
Expand Down
2 changes: 1 addition & 1 deletion threadscope.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Extra-source-files: include/windows_cconv.h
README.md
CHANGELOG.md
Tested-with: GHC == 8.8.4
GHC == 8.10.3
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.2

Expand Down