File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 strategy :
2020 matrix :
21- ghc : [ "8.10 ", "8.6 " ]
21+ ghc : [ "9.0 ", "8.8 " ]
2222 steps :
2323
2424 - name : " Git checkout"
6262 run : cabal v2-test $cabalConfig
6363
6464 - name : " Haddock"
65- if : ${{ matrix.ghc == '8.10 ' }}
65+ if : ${{ matrix.ghc == '9.0 ' }}
6666 run : cabal v2-haddock $cabalConfig
6767
6868 - name : " Source distribution file"
69- if : ${{ matrix.ghc == '8.10 ' }}
69+ if : ${{ matrix.ghc == '9.0 ' }}
7070 run : cabal v2-sdist
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515
1616 build10 :
1717 name : " GHC"
18- runs-on : macOS -latest
18+ runs-on : macos -latest
1919 strategy :
2020 matrix :
2121 # It is dev env, so trying to stick to last GHC.
22- ghc : [ "8.10 " ]
22+ ghc : [ "9.0 " ]
2323 steps :
2424
2525 - name : " Git checkout"
Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 # Since CI by default tests boundary GHCs, test middle versions of GHCs
19- ghc : [ "8.8 " ]
19+ ghc : [ "9.0 " ]
2020 steps :
2121 - name : " Git checkout"
2222 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments