Skip to content

Commit

Permalink
Restoring mandatory since-perl option
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Apr 27, 2024
1 parent dd0097a commit 58d28cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ on: [push, pull_request]

jobs:

perl-versions:
runs-on: ubuntu-latest
name: 'perl-versions default'
outputs:
perl-versions: ${{ steps.action.outputs.perl-versions }}
steps:
- uses: actions/checkout@v4
- name: "uses perl-versions"
id: action
uses: ./

since-v520:
runs-on: ubuntu-latest
name: 'since v5.20'
Expand Down Expand Up @@ -83,15 +72,11 @@ jobs:

check:
needs:
- perl-versions
- since-v520
- since-520
- since-536-with-devel
runs-on: ubuntu-latest
steps:
- name: "Testing perl-versions"
run: |
[[ '${{ needs.perl-versions.outputs.perl-versions }}' == '["5.14","5.16","5.18","5.20","5.22","5.24","5.26","5.28","5.30","5.32","5.34","5.36","5.38"]' ]] && echo "ok"

- name: "Testing since-v520"
run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
since-perl:
description: "List all Perl versions since this (including this). Example: 5.10"
type: string
default: "5.14"
required: true
with-devel:
description: "Whether to include also 'devel' Perl"
type: boolean
Expand Down

0 comments on commit 58d28cf

Please sign in to comment.