diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5090294..bdc915e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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)" diff --git a/schema.json b/schema.json index 3ccbc0d..8d29ff8 100644 --- a/schema.json +++ b/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": {