Skip to content

Commit c71d056

Browse files
committed
Add CI for 9.4.4
1 parent 58e1abb commit c71d056

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/caching.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ jobs:
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"

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ jobs:
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
]
@@ -86,7 +84,7 @@ jobs:
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'
@@ -98,7 +96,7 @@ jobs:
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

0 commit comments

Comments
 (0)