Skip to content

Commit

Permalink
Merge pull request #100 from andir/update-nixos-versions-for-ci
Browse files Browse the repository at this point in the history
Use newer NixOS channel for CI
  • Loading branch information
andir committed Aug 2, 2022
2 parents 93ef6a7 + a31ce6c commit 645ae90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -3,12 +3,12 @@ on:
pull_request:
push:
jobs:
test-nixos-2105:
test-nixos-2205:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
- run: NIX_PATH=channel:nixos-21.05 nix-shell --run "mkdir tmp && python generate.py -l DEBUG -c conf.yaml tmp"
- run: NIX_PATH=channel:nixos-22.05 nix-shell --run "mkdir tmp && python generate.py -l DEBUG -c conf.yaml tmp"
test-nixos-unstable:
runs-on: ubuntu-latest
steps:
Expand All @@ -20,4 +20,4 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
- run: NIX_PATH=channel:nixos-21.05 nix-shell --packages yq-go --run "diff conf.yaml <(yq eval 'sortKeys(..)' conf.yaml)"
- run: NIX_PATH=channel:nixos-22.05 nix-shell --packages yq-go --run "diff conf.yaml <(yq eval 'sortKeys(..)' conf.yaml)"
2 changes: 1 addition & 1 deletion schema.json
@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"nameservers": {
Expand Down

0 comments on commit 645ae90

Please sign in to comment.