File tree 2 files changed +4
-7
lines changed 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 82
82
matrix :
83
83
# This list of GHC (including the "exclude" list) versions must match
84
84
# to the list of GHC versions specified in 'test.yml'
85
- ghc : [ "9.4.3"
86
- , "9.4.2"
85
+ ghc : [ "9.4.4"
87
86
, "9.2.5"
88
87
, "9.2.4"
89
88
, "9.0.2"
Original file line number Diff line number Diff line change 60
60
# **don't forget**
61
61
# to update the ghc versions in 'caching.yml'.
62
62
matrix :
63
- ghc : [ "9.4.3"
64
- , "9.4.2"
63
+ ghc : [ "9.4.4"
65
64
, "9.2.5"
66
65
, "9.2.4"
67
- , "9.2.3"
68
66
, "9.0.2"
69
67
, "8.10.7"
70
68
]
86
84
include :
87
85
# only test supported ghc major versions
88
86
- os : ubuntu-latest
89
- ghc : ' 9.4.3 '
87
+ ghc : ' 9.4.4 '
90
88
test : true
91
89
- os : ubuntu-latest
92
90
ghc : ' 9.2.5'
98
96
ghc : ' 8.10.7'
99
97
test : true
100
98
- os : windows-latest
101
- ghc : ' 9.4.2 '
99
+ ghc : ' 9.4.4 '
102
100
test : true
103
101
# Test on 9.2.4 until https://github.com/haskell/actions/issues/129
104
102
# is resolved. Then switch to 9.2.5
You can’t perform that action at this time.
0 commit comments