Skip to content

Commit e039775

Browse files
committed
Add GHC 9.10 to update-ghc workflow
GHC 9.10.1 has been released on May, 10th 2024.
1 parent 7b73031 commit e039775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-ghc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- '9.4'
1818
- '9.6'
1919
- '9.8'
20+
- '9.10'
2021
steps:
2122
- uses: actions/checkout@v4
2223
with:
@@ -36,4 +37,3 @@ jobs:
3637
branch: "automation/update-ghc-${{ matrix.ghc }}"
3738
base: master
3839
token: "${{ secrets.PR_TRIGGER_TOKEN }}"
39-

0 commit comments

Comments
 (0)