summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-04-22 17:31:21 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-04-22 17:31:21 -0400
commit4b4710fac8e1329eddfea03121ffca25da70cbf1 (patch)
treec8e30d2c0c4dcad2f2a7eeb08e9b06b4a3f77620
parenta76b10c854158435363cf1c4687ee2f69edf9784 (diff)
downloaduri-4b4710fac8e1329eddfea03121ffca25da70cbf1.tar.gz
Disable 5.8 in CI
-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 c8d9b86..988682e 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"
+ # - "5.8" t/storable.t
- "5.10"
- "5.12"
- "5.14"
@@ -96,7 +96,7 @@ jobs:
matrix:
os: [macos-latest]
perl-version:
- - "5.8"
+ # - "5.8" t/storable.t
- "5.10"
- "5.12"
- "5.14"