File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 ghc :
12- - ' 9.2.2'
13- - ' 9.0.2'
14- - ' 8.10.3 '
15- - ' 8.8.4'
12+ - " 9.2.2"
13+ - " 9.0.2"
14+ - " 8.10.7 "
15+ - " 8.8.4"
1616 cabal :
17- - ' 3.6'
17+ - " 3.6"
1818 os :
1919 - ubuntu-latest
2020 - macOS-latest
8787 uses : softprops/action-gh-release@v1
8888 env :
8989 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
90- if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.3 ' }}
90+ if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '9.2.2 ' }}
9191 with :
9292 files : threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.gz
9393 draft : false
@@ -98,12 +98,12 @@ jobs:
9898 strategy :
9999 matrix :
100100 ghc :
101- - ' 9.2.2'
102- - ' 9.0.2'
103- - ' 8.10.3 '
104- - ' 8.8.4'
101+ - " 9.2.2"
102+ - " 9.0.2"
103+ - " 8.10.7 "
104+ - " 8.8.4"
105105 cabal :
106- - ' 3.6'
106+ - " 3.6"
107107 os :
108108 - windows-latest
109109 fail-fast : false
@@ -143,7 +143,7 @@ jobs:
143143 uses : softprops/action-gh-release@v1
144144 env :
145145 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
146- if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.3 ' }}
146+ if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '9.2.2 ' }}
147147 with :
148148 files : threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.zip
149149 draft : false
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Extra-source-files: include/windows_cconv.h
3737 README.md
3838 CHANGELOG.md
3939Tested-with : GHC == 8.8.4
40- GHC == 8.10.3
40+ GHC == 8.10.7
4141 GHC == 9.0.2
4242 GHC == 9.2.2
4343
You can’t perform that action at this time.
0 commit comments