We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3f45b commit 214da85Copy full SHA for 214da85
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
os: [macos-latest, ubuntu-latest, windows-latest]
15
- ghc: [8.10.7, 9.4.8, 9.6.4, 9.8.2]
+ ghc: [8.10.7, 9.6.7, 9.8.4, 9.12.2]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Checkout
0 commit comments