Skip to content

Commit 95db08c

Browse files
committed
Update .github/workflows/build.yml
1 parent afc7ac8 commit 95db08c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
os:
21-
- ubuntu-18.04
21+
- ubuntu-20.04
2222
ghc:
23-
- '7.4'
24-
- '7.6'
25-
- '7.8'
2623
- '7.10'
2724
- '8.0'
2825
- '8.2'
@@ -32,6 +29,9 @@ jobs:
3229
- '8.10'
3330
- '9.0'
3431
- '9.2'
32+
- '9.4'
33+
- '9.6'
34+
- '9.8'
3535
include:
3636
- os: macos-latest
3737
ghc: latest

0 commit comments

Comments
 (0)