Skip to content

Commit 0775b99

Browse files
committed
Bump GHC to 9.0.2 in CI
1 parent 26e4c97 commit 0775b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [macos-11, ubuntu-latest, windows-latest]
15-
ghc: [9.0.1, 8.10.4]
15+
ghc: [9.0.2, 8.10.4]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)