Skip to content

Commit

Permalink
Merge pull request #31 from fluent/fix/ci
Browse files Browse the repository at this point in the history
add test for perl-5.38
  • Loading branch information
fujiwara authored Dec 20, 2023
2 parents 9084043 + 0ec1c22 commit 9da1f0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,21 @@ jobs:
strategy:
matrix:
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.16"
- "5.14"
- "5.24"
- "5.30"
- "5.38"
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- name: Setup ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
- name: prepare
run: |
cpanm -nf Proc::Guard Number::Format
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"HIROSE Masaaki <hirose31 _at_ gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.4, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.1.18, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
"version" : 2
},
"name" : "Fluent-Logger",
"no_index" : {
Expand Down Expand Up @@ -47,7 +47,7 @@
"Number::Format" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
Expand All @@ -70,7 +70,7 @@
"homepage" : "https://github.com/fluent/fluent-logger-perl",
"repository" : {
"type" : "git",
"url" : "git://github.com/fluent/fluent-logger-perl.git",
"url" : "https://github.com/fluent/fluent-logger-perl.git",
"web" : "https://github.com/fluent/fluent-logger-perl"
}
},
Expand All @@ -94,6 +94,6 @@
"lestrrat <[email protected]>",
"yoheimuta <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_serialization_backend" : "JSON::PP version 4.08",
"x_static_install" : 1
}

0 comments on commit 9da1f0d

Please sign in to comment.