Skip to content

Commit af8c8ff

Browse files
authored
Merge pull request #6189 from IntersectMBO/nbacquey/fix_git_template
Update ghc versions in pull request template
2 parents 12d70e1 + 69c2158 commit af8c8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ to the issue.
1818
- [ ] CI passes. See note on CI. The following CI checks are required:
1919
- [ ] Code is linted with `hlint`. See `.github/workflows/check-hlint.yml` to get the `hlint` version
2020
- [ ] Code is formatted with `stylish-haskell`. See `.github/workflows/stylish-haskell.yml` to get the `stylish-haskell` version
21-
- [ ] Code builds on Linux, MacOS and Windows for `ghc-8.10.7` and `ghc-9.2.7`
21+
- [ ] Code builds on Linux, MacOS and Windows for `ghc-9.6` and `ghc-9.12`
2222
- [ ] Self-reviewed the diff
2323

2424
# Note on CI

0 commit comments

Comments
 (0)