This repository was archived by the owner on Mar 17, 2021. It is now read-only.
File tree 3 files changed +9
-37
lines changed
3 files changed +9
-37
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ name: CI
5
5
on :
6
6
pull_request :
7
7
push :
8
- branches : [master ]
8
+ branches : [main ]
9
9
10
10
jobs :
11
11
build :
12
12
name : ghc ${{ matrix.versions.ghc }}
13
- runs-on : ubuntu-16.04
13
+ runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
16
versions :
@@ -22,17 +22,17 @@ jobs:
22
22
cabal : ' 2.4'
23
23
- ghc : ' 8.6.5'
24
24
cabal : ' 3.2'
25
- - ghc : ' 8.8.3 '
26
- cabal : ' 3.2 '
27
- - ghc : ' 8.10.1 '
28
- cabal : ' 3.2 '
25
+ - ghc : ' 8.8.4 '
26
+ cabal : ' 3.4 '
27
+ - ghc : ' 8.10.2 '
28
+ cabal : ' 3.4 '
29
29
30
30
steps :
31
31
- uses : actions/checkout@v2
32
32
if : >-
33
33
github.event.action == 'opened' ||
34
34
github.event.action == 'synchronize' ||
35
- github.event.ref == 'refs/heads/master '
35
+ github.event.ref == 'refs/heads/main '
36
36
37
37
- uses : actions/setup-haskell@v1
38
38
name : Setup Haskell
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ tested-with: GHC == 8.0.2
19
19
, GHC == 8.2.2
20
20
, GHC == 8.4.4
21
21
, GHC == 8.6.5
22
- , GHC == 8.8.3
23
- , GHC == 8.10.1
22
+ , GHC == 8.8.4
23
+ , GHC == 8.10.2
24
24
25
25
source-repository head
26
26
type : git
You can’t perform that action at this time.
0 commit comments