Skip to content

Commit

Permalink
quote list values, because YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Aug 20, 2023
1 parent 7e2855e commit 6b3a5c5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
fail-fast: false
matrix:
emacs-version:
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
- 29.1
- snapshot
- "26.1"
- "26.2"
- "26.3"
- "27.1"
- "27.2"
- "28.1"
- "29.1"
- "snapshot"
steps:
- uses: actions/checkout@v3
- uses: purcell/setup-emacs@master
Expand All @@ -36,20 +36,20 @@ jobs:
fail-fast: false
matrix:
emacs-version:
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
- 29.1
- snapshot
- "26.1"
- "26.2"
- "26.3"
- "27.1"
- "27.2"
- "28.1"
- "29.1"
- "snapshot"
go-version:
- 1.17
- 1.18
- 1.19
- 1.20
- 1.21
- "1.17"
- "1.18"
- "1.19"
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v3
- uses: purcell/setup-emacs@master
Expand Down

0 comments on commit 6b3a5c5

Please sign in to comment.