[add] CI for GHC 9.10.1.

This commit is contained in:
Yamada Ryo 2024-11-03 23:58:54 +09:00
parent fe2b01ceea
commit 452842e942
No known key found for this signature in database
GPG Key ID: AAE3C7A542B02DBF

View File

@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
ghc: ["9.4.1", "9.6.6", "9.8.2"]
ghc: ["9.4.1", "9.6.6", "9.8.2", "9.10.1"]
runs-on: ubuntu-latest