Skip to content

Commit

Permalink
#31 workflow issue on 5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 26, 2024
1 parent a9c181a commit 7f9a296
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@ jobs:
strategy:
matrix:
perl:
- '5.38'
- '5.36'
- '5.34'
- '5.32'
- '5.30'
- '5.28'
- '5.26'
- '5.24'
- '5.22'
- '5.20'
- '5.18'
# - '5.38'
# - '5.36'
# - '5.34'
# - '5.32'
# - '5.30'
# - '5.28'
# - '5.26'
# - '5.24'
# - '5.22'
# - '5.20'
# - '5.18'
- '5.16'
- '5.14'
- '5.12'
- '5.10'
- '5.8'
- '5.6'
# - '5.14'
# - '5.12'
# - '5.10'
# - '5.8'
# - '5.6'

build-zlib:
- 0
- 1

cc-opts:
- ""
- "-Wc++-compat"
- -Wc++-compat

name: Perl ${{ matrix.perl }} BUILD_ZLIB:${{matrix.build-zlib}} ${{matrix.cc-opts}}
steps:
Expand All @@ -54,6 +54,6 @@ jobs:
run: perl Makefile.PL && make
env:
BUILD_ZLIB: ${{matrix.build-zlib}}
PERL_MM_OPT: CCFLAGS='-Werror ${{matrix.cc-opts}}'
PERL_MM_OPT: CCFLAGS=-Werror ${{matrix.cc-opts}}
- name: Test
run: make test

0 comments on commit 7f9a296

Please sign in to comment.