.github/workflows: Add FreeBSD

This commit is contained in:
Hajime Hoshi 2021-10-16 04:58:14 +09:00
parent 5e21ebd4bc
commit c4ba9b8b2e

View File

@ -8,7 +8,7 @@ jobs:
if: github.repository_owner == 'hajimehoshi' if: github.repository_owner == 'hajimehoshi'
strategy: strategy:
matrix: matrix:
os: [alpine, arch, debian, fedora, ubuntu] os: [alpine, arch, debian, fedora, freebsd, ubuntu]
name: Test on ${{ matrix.os }} name: Test on ${{ matrix.os }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env: