[openssh-commits] [openssh] 01/06: Add fbsd13 target.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Apr 22 23:28:13 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 9403d0e805c77a5741ea8c3281bbe92558c2f125
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Apr 16 18:14:25 2021 +1000
Add fbsd13 target.
---
.github/workflows/selfhosted.yml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 1cf6b5da..09a1fa7b 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -16,7 +16,17 @@ jobs:
# We use a matrix in two parts: firstly all of the VMs are tested with the
# default config. "vm" corresponds to a label associated with the worker.
matrix:
- os: [bbone, dfly30, dfly48, dfly58, fbsd6, fbsd7, fbsd12, sol10, sol11]
+ os:
+ - bbone
+ - dfly30
+ - dfly48
+ - dfly58
+ - fbsd6
+ - fbsd7
+ - fbsd12
+ - fbsd13
+ - sol10
+ - sol11
configs:
- default
# Then we include any extra configs we want to test for specific VMs.
@@ -27,6 +37,7 @@ jobs:
- { os: fbsd6, configs: pam }
- { os: fbsd7, configs: pam }
- { os: fbsd12, configs: pam }
+ - { os: fbsd13, configs: pam }
- { os: sol10, configs: pam }
- { os: sol11, configs: pam }
- { os: sol11, configs: sol64 }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list