Skip to content

Commit

Permalink
CI: replace openssl30 package with openssl32 in FreeBSD tests (radiat…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnovakovic committed Apr 5, 2024
2 parents 7de0a77 + f6e1401 commit 53b94e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@ jobs:
pretty_name: FreeBSD (OpenSSL default)
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
- name: freebsd
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 53b94e4

Please sign in to comment.