Skip to content

Commit 78034cd

Browse files
author
Gaël Deest
authored
Merge pull request #1522 from peterbecich/github-actions-updates
minor updates to GitHub Actions
2 parents 6f12e38 + 9a3fd77 commit 78034cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
cabal: ["3.4"]
16+
cabal: ["3.6"]
1717
ghc:
1818
- "8.6.5"
1919
- "8.8.4"
2020
- "8.10.7"
21-
- "9.0.1"
21+
- "9.0.2"
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
matrix:
9595
stack: ["2.7.3"]
96-
ghc: ["8.10.4"]
96+
ghc: ["8.10.7"]
9797

9898
steps:
9999
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)