File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 8282 matrix :
8383 # This list of GHC (including the "exclude" list) versions must match
8484 # to the list of GHC versions specified in 'test.yml'
85- ghc : [ "9.4.3"
86- , "9.4.2"
85+ ghc : [ "9.4.4"
8786 , "9.2.5"
8887 , "9.2.4"
8988 , "9.0.2"
Original file line number Diff line number Diff line change 6060 # **don't forget**
6161 # to update the ghc versions in 'caching.yml'.
6262 matrix :
63- ghc : [ "9.4.3"
64- , "9.4.2"
63+ ghc : [ "9.4.4"
6564 , "9.2.5"
6665 , "9.2.4"
67- , "9.2.3"
6866 , "9.0.2"
6967 , "8.10.7"
7068 ]
8684 include :
8785 # only test supported ghc major versions
8886 - os : ubuntu-latest
89- ghc : ' 9.4.3 '
87+ ghc : ' 9.4.4 '
9088 test : true
9189 - os : ubuntu-latest
9290 ghc : ' 9.2.5'
9896 ghc : ' 8.10.7'
9997 test : true
10098 - os : windows-latest
101- ghc : ' 9.4.2 '
99+ ghc : ' 9.4.4 '
102100 test : true
103101 # Test on 9.2.4 until https://github.com/haskell/actions/issues/129
104102 # is resolved. Then switch to 9.2.5
You can’t perform that action at this time.
0 commit comments