Skip to content

Commit 8b8f939

Browse files
authored
Merge pull request #125 from maoe/ghc-8.10.7
CI: Replace GHC 8.10.3 with 8.10.7
2 parents 8401e80 + 7d60894 commit 8b8f939

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

threadscope.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Extra-source-files: include/windows_cconv.h
3737
README.md
3838
CHANGELOG.md
3939
Tested-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

0 commit comments

Comments
 (0)