summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <briandfoy@pobox.com>2022-08-27 07:31:59 -0400
committerGitHub <noreply@github.com>2022-08-27 07:31:59 -0400
commit3cf92ff51dad183e4d2c9c050277d81b1c4efd34 (patch)
tree8a415bae0154e48307f9bb7659c42b386639e5d7
parent8be89bcd279989e555a473a1c727156801bcb2af (diff)
parentd09df661a939f3eab8892b6b840fee9d4132e0ca (diff)
Merge pull request #8 from briandfoy/linux-update
Update linux workflow to remove pre-minimum versions of perl
-rw-r--r--.github/workflows/linux.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index daf2647..4197934 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -38,7 +38,6 @@ jobs:
os:
- ubuntu-22.04
perl-version:
- - '5.8'
- '5.10'
- '5.12'
- '5.14'