We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5205f commit 980febeCopy full SHA for 980febe
.github/workflows/reusable_linter.yml
@@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
12
description: 'The PHP-version to use for linting'
13
type: string
14
required: false
15
- default: ${{ env.php_supported_versions }}
+ default: ${{ toJSON(['8.1', '8.2', '8.3', '8.4']) }}
16
17
enable_eslinter:
18
description: 'Enable the ES-Linter for this repository'
0 commit comments