Skip to content

Commit

Permalink
Fix version number in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed May 17, 2024
1 parent a9a5f65 commit f9566c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
strategy:
matrix:
include:
- ghc: 9.10
- ghc: '9.10'
platform: macos
version: 13
- ghc: 9.10
- ghc: '9.10'
platform: macos
version: 14
- ghc: 9.6
Expand All @@ -47,10 +47,10 @@ jobs:
- ghc: 9.8
platform: ubuntu
version: 22.04
- ghc: 9.10
- ghc: '9.10'
platform: ubuntu
version: 22.04
- ghc: 9.10
- ghc: '9.10'
platform: windows
version: 2022
cabal:
Expand Down

0 comments on commit f9566c7

Please sign in to comment.