Skip to content
Snippets Groups Projects
Unverified Commit 83c5a472 authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by GitHub
Browse files

Merge pull request #8505 from Mikolaj/update-CI-to-ghcup-on-GHC-9.4

Stick to GHC 8.10.7 in CI until changelog-d is updated and update CI job names to permit making them mandatory in Settings
parents 9f7dc559 bbaa2b10
No related branches found
No related tags found
No related merge requests found
name: Changelogs
name: Assorted
on:
push:
......@@ -21,6 +21,7 @@ defaults:
jobs:
build:
name: Changelogs
runs-on: ubuntu-latest
steps:
......@@ -35,8 +36,9 @@ jobs:
- name: ghcup
run: |
ghcup config set cache true
ghcup install ghc recommended
ghcup set ghc recommended
ghcup install ghc 8.10.7
ghcup set ghc 8.10.7
# GHC 8.10.7 needed due to https://github.com/phadej/changelog-d/pull/2
- name: Update Hackage index
run: cabal v2-update
# Cannot install it from tarball due to
......
# Adapted from agda/agda/.github/workflows/user-manual.yml by Andreas, 2021-09-11
name: Users guide
name: Assorted
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency:
......@@ -42,6 +42,7 @@ defaults:
jobs:
build:
name: Users guide
runs-on: ubuntu-latest
strategy:
matrix:
......
name: Whitespace
name: Assorted
on:
push:
......@@ -10,6 +10,7 @@ on:
- created
jobs:
check:
name: Whitespace
runs-on: ubuntu-latest
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment