diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be1056b..18ab7d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,8 @@ jobs: - '8.2' - '8.3' - '8.4' - - '8.5-dev' + - '8.5' + - '8.6-dev' steps: - name: Check out code diff --git a/README.md b/README.md index 6f7945d..ee73392 100644 --- a/README.md +++ b/README.md @@ -742,6 +742,7 @@ WebAuthn spec: - https://www.w3.org/TR/webauthn-2/ - https://www.w3.org/TR/2021/REC-webauthn-2-20210408/ (spec implemented to this version) +- https://github.com/w3c/webauthn/blob/main/index.bs General quickstart guide: - https://webauthn.guide/