Skip to content

Commit dcd00ca

Browse files
committed
Don't quote bools or numbers
1 parent f2ac34e commit dcd00ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
env:
1212
CABAL_FILE_RELATIVE_PATH_NO_EXTENSION: github-actions
13-
CABAL_VERSION: '3.16.0.0'
14-
GHCUP_VERSION: '0.1.50.2'
13+
CABAL_VERSION: 3.16.0.0
14+
GHCUP_VERSION: 0.1.50.2
1515
LANG: C.UTF-8
1616
LANGUAGE_EDITION: Haskell2010
1717
LC_ALL: C.UTF-8
@@ -29,8 +29,8 @@ jobs:
2929
uses: kleidukos/get-tested@a55a250eac23bcc4bcd1cb22d77be61baea5a7e2
3030
with:
3131
cabal-file: github-actions.cabal
32-
ubuntu-version: '24.04'
33-
version: '0.1.7.1'
32+
ubuntu-version: 24.04
33+
version: 0.1.7.1
3434

3535
tests:
3636
name: ${{ matrix.ghc }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)