Skip to content

Commit 837923b

Browse files
committed
Rename multi-OS CI to "MacOS, Ubuntu, Windows"; restrict to last 3 GHCs
1 parent a3bd218 commit 837923b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Haskell CI
2-
1+
name: MacOS, Ubuntu, Windows
32

43
on: [push, pull_request]
54

@@ -10,7 +9,7 @@ jobs:
109
strategy:
1110
fail-fast: false
1211
matrix:
13-
ghc: ['9.2.1', '9.0.2', '8.10.7', '8.8.4', '8.6.5']
12+
ghc: ['9.2.1', '9.0.2', '8.10.7']
1413
os: [ubuntu-latest, macOS-latest, windows-latest]
1514
steps:
1615
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)