Skip to content

Commit 980febe

Browse files
committed
Refactor
1 parent bc5205f commit 980febe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
1212
description: 'The PHP-version to use for linting'
1313
type: string
1414
required: false
15-
default: ${{ env.php_supported_versions }}
15+
default: ${{ toJSON(['8.1', '8.2', '8.3', '8.4']) }}
1616

1717
enable_eslinter:
1818
description: 'Enable the ES-Linter for this repository'

0 commit comments

Comments
 (0)