aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-17 09:07:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-17 09:07:38 -0700
commitcc8e8e0d0acae6678e86743a1b7136dc6530f1a7 (patch)
treeeed9c183d079c464d4aef486e6d7c60a81c9e05d /.github/workflows
parente1282588b02ce90cfb75f050edc997b873adf61e (diff)
downloadpandoc-cc8e8e0d0acae6678e86743a1b7136dc6530f1a7.tar.gz
GitHub CI - Ensure that version numbers are parsed as strings.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/haskell.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml
index a8c8cf590..9acb538a7 100644
--- a/.github/workflows/haskell.yml
+++ b/.github/workflows/haskell.yml
@@ -31,22 +31,22 @@ jobs:
strategy:
matrix:
ghcversion:
- - 8.0.2
- - 8.2.2
- - 8.4.4
- - 8.6.5
- - 8.8.1
+ - '8.0.2'
+ - '8.2.2'
+ - '8.4.4'
+ - '8.6.5'
+ - '8.8.1'
include:
- - ghcversion: 8.0.2
- cabalversion: 2.4
- - ghcversion: 8.2.2
- cabalversion: 2.4
- - ghcversion: 8.4.4
- cabalversion: 2.4
- - ghcversion: 8.6.5
- cabalversion: 2.4
- - ghcversion: 8.8.1
- cabalversion: 3.0
+ - ghcversion: '8.0.2'
+ cabalversion: '2.4'
+ - ghcversion: '8.2.2'
+ cabalversion: '2.4'
+ - ghcversion: '8.4.4'
+ cabalversion: '2.4'
+ - ghcversion: '8.6.5'
+ cabalversion: '2.4'
+ - ghcversion: '8.8.1'
+ cabalversion: '3.0'
steps:
- uses: actions/checkout@v1
- name: Install recent cabal/ghc