Skip to content

Commit 1abd4be

Browse files
AlistairBpsftw
authored andcommitted
Bump ghc version to latest in ci
1 parent b07ceba commit 1abd4be

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ghc: ['8.8.3', '8.10.1']
16+
ghc: ['8.8.4', '8.10.2']
1717
deb: ['stretch', 'buster']
1818
include:
19-
- ghc: '8.8.3'
19+
- ghc: '8.8.4'
2020
ghc_minor: '8.8'
21-
- ghc: '8.10.1'
21+
- ghc: '8.10.2'
2222
ghc_minor: '8.10'
2323
steps:
2424
- uses: actions/checkout@v2
@@ -37,4 +37,3 @@ jobs:
3737
path: official-images
3838
- name: run official-images tests
3939
run: ./official-images/test/run.sh haskell:${{ matrix.ghc }}-${{ matrix.deb }}
40-

0 commit comments

Comments
 (0)