Skip to content

Commit af8dfc7

Browse files
committed
Almalinux 9 testing
1 parent 7f2b3af commit af8dfc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testsuite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- debian:buster # OpenSSL 1.1.1
5858
- debian:bullseye # OpenSSL 1.1.1
5959
- debian:bookworm # OpenSSL 3.0.x
60-
- ubuntu:20.04 # OpenSSL 1.1.1
60+
- almalinux:9 # OpenSSL with new crypto policies (RHEL-compatible)
6161

6262
container: ${{ matrix.os-version }}
6363
steps:
@@ -74,7 +74,7 @@ jobs:
7474
cpanfile: "cpanfile"
7575
- name: Makefile.PL
7676
run: perl -I$(pwd) Makefile.PL
77-
- run: make && ( make test || prove -wbvm t/*.t )
77+
- run: make && prove -wbvm t/*.t
7878

7979
#
8080
# List of Perl Versions available

0 commit comments

Comments
 (0)