Skip to content

Commit 50f6a2b

Browse files
committed
fix(ci): Update devx compiler names
Devx now omits the minor version number: * ghc8107 -> ghc810 * ghc928 -> ghc92 * ghc963 -> ghc96
1 parent dc4d4fa commit 50f6a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, macos-latest]
22-
compiler-nix-name: [ghc8107, ghc928, ghc962]
22+
compiler-nix-name: [ghc810, ghc92, ghc96]
2323

2424
steps:
2525
- name: Checkout code
@@ -48,7 +48,7 @@ jobs:
4848
- name: cabal build
4949
run: cabal build all -j --enable-tests
5050
- name: postgres init
51-
working-directory:
51+
working-directory:
5252
run: |
5353
# Set up environment
5454
PG_DIR="$(mktemp -d)"

0 commit comments

Comments
 (0)