summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoichi Kaji <skaji@cpan.org>2022-04-24 10:39:58 +0900
committerOlaf Alders <olaf@wundersolutions.com>2022-04-24 08:10:34 -0400
commit0403816f5feaf2425d3f82484b360d26e4d07e3b (patch)
tree5b842633ad1cc99182ff362ab339dd0865f807c1
parent4b4710fac8e1329eddfea03121ffca25da70cbf1 (diff)
downloaduri-0403816f5feaf2425d3f82484b360d26e4d07e3b.tar.gz
Revert "Disable 5.8 in CI"
This reverts commit 4b4710fac8e1329eddfea03121ffca25da70cbf1.
-rw-r--r--.github/workflows/dzil-build-and-test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml
index 988682e..c8d9b86 100644
--- a/.github/workflows/dzil-build-and-test.yml
+++ b/.github/workflows/dzil-build-and-test.yml
@@ -55,7 +55,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
perl-version:
- # - "5.8" t/storable.t
+ - "5.8"
- "5.10"
- "5.12"
- "5.14"
@@ -96,7 +96,7 @@ jobs:
matrix:
os: [macos-latest]
perl-version:
- # - "5.8" t/storable.t
+ - "5.8"
- "5.10"
- "5.12"
- "5.14"