Upgrade CI to GHC 9.2.5

This commit is contained in:
Taylor Fausak 2022-11-15 17:21:45 -06:00
parent 0f3e920037
commit b545f81541

View File

@ -39,7 +39,7 @@ jobs:
matrix: matrix:
include: include:
- { platform: ubuntu, ghc: 9.4.2 } - { platform: ubuntu, ghc: 9.4.2 }
- { platform: ubuntu, ghc: 9.2.4 } - { platform: ubuntu, ghc: 9.2.5 }
- { platform: ubuntu, ghc: 9.0.2 } - { platform: ubuntu, ghc: 9.0.2 }
- { platform: macos, ghc: 9.4.2 } - { platform: macos, ghc: 9.4.2 }
- { platform: windows, ghc: 9.4.2 } - { platform: windows, ghc: 9.4.2 }