We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ac34e commit dcd00caCopy full SHA for dcd00ca
1 file changed
.github/workflows/haskell-ci.yml
@@ -10,8 +10,8 @@ on:
10
11
env:
12
CABAL_FILE_RELATIVE_PATH_NO_EXTENSION: github-actions
13
- CABAL_VERSION: '3.16.0.0'
14
- GHCUP_VERSION: '0.1.50.2'
+ CABAL_VERSION: 3.16.0.0
+ GHCUP_VERSION: 0.1.50.2
15
LANG: C.UTF-8
16
LANGUAGE_EDITION: Haskell2010
17
LC_ALL: C.UTF-8
@@ -29,8 +29,8 @@ jobs:
29
uses: kleidukos/get-tested@a55a250eac23bcc4bcd1cb22d77be61baea5a7e2
30
with:
31
cabal-file: github-actions.cabal
32
- ubuntu-version: '24.04'
33
- version: '0.1.7.1'
+ ubuntu-version: 24.04
+ version: 0.1.7.1
34
35
tests:
36
name: ${{ matrix.ghc }} on ${{ matrix.os }}
0 commit comments