Skip to content

Commit

Permalink
bsd.yml: Add NetBSD and OpenBSD; raise FreeBSD version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed May 19, 2024
1 parent b2ed7a2 commit 0c12da3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@ jobs:
matrix:
os:
- name: freebsd
version: '13.0'
version: '14.0'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker
#- name: freebsd
# version: '12.2'
# pkginstall: pkg install -y p5-ExtUtils-MakeMaker

# Tests currently fail on OpenBSD:
#- name: openbsd
# version: '6.9'
# pkginstall: pkg_add curl p5-ExtUtils-MakeMaker
- name: openbsd
version: '7.5'
pkginstall: echo no packages required

- name: netbsd
version: '9.3'
pkginstall: pkgin -y install perl || true
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -45,6 +44,7 @@ jobs:
shell: bash
run: |
sudo ${{ matrix.os.pkginstall }}
/usr/sbin/pkg_info || true
curl -L https://cpanmin.us | sudo perl - --notest --installdeps --with-configure --with-develop .
perl Makefile.PL
make
Expand Down

0 comments on commit 0c12da3

Please sign in to comment.