Test OpenSSH from OpenBSD head on 6.8 and 6.9.

This commit is contained in:
Darren Tucker 2021-08-13 13:21:00 +10:00
parent e0ba38861c
commit e50635640f
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 ]
os: [ obsdsnap, obsdsnap-i386, obsd69, obsd68 ]
configs: [ default, without-openssl ]
steps:
- uses: actions/checkout@v2