Skip to content

Drop GHC8 from CI and update GHC9 versions in CI. #763

Drop GHC8 from CI and update GHC9 versions in CI.

Drop GHC8 from CI and update GHC9 versions in CI. #763

Workflow file for this run

name: nix:build
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install Nix ❄
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Link Cachix 🔌
uses: cachix/cachix-action@v12
with:
name: cofree-coffee
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Deploy 🚀
run: nix build