Stop testing OpenBSD HEAD on 6.9 and 7.0.

HEAD is not guaranteed to work on previous stable branches, and at the
moment is broken due to libfido API changes.
This commit is contained in:
Darren Tucker 2022-02-11 13:39:29 +11:00
parent 50b9e4a451
commit ea13fc830f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ obsdsnap, obsdsnap-i386, obsd69, obsd70 ]
os: [ obsdsnap, obsdsnap-i386 ]
configs: [ default, without-openssl ]
steps:
- uses: actions/checkout@v2