We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd01fd commit b83dcdeCopy full SHA for b83dcde
.github/workflows/continuous-integration.yml
@@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
5
inputs:
6
php-versions:
7
description: "The PHP versions to use when running the job"
8
- default: "['7.4', '8.0', '8.1']"
+ default: "['7.4', '8.0', '8.1', '8.2', '8.3']"
9
required: false
10
type: "string"
11
php-extensions:
0 commit comments