Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
php
Commits
0d15293f
Verified
Commit
0d15293f
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Add 8.3 to lists
parent
ad83ecd6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
meta/argument_specs.yml
+3
-0
3 additions, 0 deletions
meta/argument_specs.yml
with
5 additions
and
0 deletions
README.md
+
2
−
0
View file @
0d15293f
...
...
@@ -25,6 +25,7 @@ The optional `php_config` list is used to specify the state of the PHP configura
Each item in the list requires a
`state`
, which can be
`absent`
or
`present`
and a
`version`
which must be a string from this list of PHP versions:
```
yaml
-
"
8.3"
-
"
8.2"
-
"
8.1"
-
"
8.0"
...
...
@@ -80,6 +81,7 @@ The optional `php_modules` list can be used to enable and disable PHP modules us
Each item in the list requires a
`state`
, which can be
`absent`
or
`present`
and a
`version`
which must be a string from this list of PHP versions:
```
yaml
-
"
8.3"
-
"
8.2"
-
"
8.1"
-
"
8.0"
...
...
This diff is collapsed.
Click to expand it.
meta/argument_specs.yml
+
3
−
0
View file @
0d15293f
...
...
@@ -111,6 +111,7 @@ argument_specs:
required
:
true
description
:
The PHP version number.
choices
:
-
"
8.3"
-
"
8.2"
-
"
8.1"
-
"
8.0"
...
...
@@ -235,6 +236,7 @@ argument_specs:
required
:
true
description
:
The PHP version number.
choices
:
-
"
8.3"
-
"
8.2"
-
"
8.1"
-
"
8.0"
...
...
@@ -317,6 +319,7 @@ argument_specs:
required
:
true
description
:
The PHP version number.
choices
:
-
"
8.3"
-
"
8.2"
-
"
8.1"
-
"
8.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment