We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66ad2e commit a9e8b22Copy full SHA for a9e8b22
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- ghc: ['9.2', '9.0', '8.10', '8.8']
+ ghc: ['8.10', '9.0', '9.2']
16
os: [ubuntu-20.04, macOS-latest, windows-latest]
17
fail-fast: false
18
0 commit comments