enh(ci): json path version 1.0.4 (#4912)

This commit is contained in:
Kevin Duret 2024-02-14 16:16:39 +01:00 committed by GitHub
parent b4b0d50dee
commit 409cc16c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -71,13 +71,13 @@ jobs:
if [ "${{ matrix.distrib }}" = "el8" ]; then
cpanm -v -l /tmp JSON::Path@0.5
else
cpanm -v -l /tmp JSON::Path@1.0.3
cpanm -v -l /tmp JSON::Path@1.0.4
fi
shell: bash
- name: Set package name and paths according to distrib
run: |
VERSION="1.0.3"
VERSION="1.0.4"
if [[ "${{ matrix.package_extension }}" == "deb" ]]; then
NAME="libjson-path-perl"
PERL_VENDORLIB="/usr/share/perl5"