Skip to content

Commit

Permalink
CI: replace openssl30 package with openssl32 in FreeBSD tests
Browse files Browse the repository at this point in the history
The `openssl30` package has been removed from FreeBSD Ports, but
`openssl32` is now available as well as `openssl31` - run the test suite
against those two versions of OpenSSL.

Fixes radiator-software#477.
  • Loading branch information
chrisnovakovic committed Apr 5, 2024
1 parent 7de0a77 commit 31b9731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ jobs:
version: '13.2'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-App-cpanminus
- name: freebsd
pretty_name: FreeBSD (OpenSSL 3.0)
version: '13.2'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-App-cpanminus openssl30
- name: freebsd
pretty_name: FreeBSD (OpenSSL 3.1)
version: '13.2'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-App-cpanminus openssl31
pretty_name: FreeBSD (OpenSSL 3.2)
version: '13.2'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-App-cpanminus openssl32
- name: freebsd
pretty_name: FreeBSD (LibreSSL)
version: '13.2'
Expand Down

0 comments on commit 31b9731

Please sign in to comment.