Skip to content
Snippets Groups Projects
Verified Commit 0d15293f authored by Chris Croome's avatar Chris Croome
Browse files

Add 8.3 to lists

parent ad83ecd6
Branches
Tags
No related merge requests found
......@@ -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"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment