Skip to content

Commit

Permalink
fix: id of workflows
Browse files Browse the repository at this point in the history
  The workflow is not valid. .github/workflows/ci.yml (Line: 54, Col: 3): The identifier 'prove5.8.9' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
  • Loading branch information
gugod committed Jun 3, 2023
1 parent 87cefa2 commit d3c2a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: cpanm --quite --notest App::Prove
- run: prove -lrv t

prove5.8.9:
prove5_8_9:
runs-on: ubuntu-latest
container:
image: perl:5.8.9
Expand Down

0 comments on commit d3c2a5d

Please sign in to comment.