Skip to content

Commit

Permalink
ci(github): test on FreeBSD and OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jan 30, 2024
1 parent 36a76fc commit 889183c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ jobs:
strategy:
matrix:
os:
- name: freebsd
architecture: x86-64
version: '13.2'
host: ubuntu-latest
- name: netbsd
architecture: x86-64
version: '9.3'
host: ubuntu-latest
- name: openbsd
architecture: x86-64
version: '7.4'
host: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 889183c

Please sign in to comment.