We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8998e commit 1ca2bcaCopy full SHA for 1ca2bca
laminas-ci.schema.json
@@ -374,6 +374,7 @@
374
"8.0",
375
"8.1",
376
"8.2",
377
+ "8.3",
378
"*",
379
"@latest",
380
"@lowest"
src/config/php.ts
@@ -7,6 +7,7 @@ export const PHP_74 = '7.4';
7
export const PHP_80 = '8.0';
8
export const PHP_81 = '8.1';
9
export const PHP_82 = '8.2';
10
+export const PHP_83 = '8.3';
11
12
export const CURRENT_STABLE = PHP_80;
13
export const CONTAINER_DEFAULT_PHP_VERSION = '@default';
@@ -25,6 +26,7 @@ export const INSTALLABLE_VERSIONS = [
25
26
PHP_80,
27
PHP_81,
28
PHP_82,
29
+ PHP_83,
30
CONTAINER_DEFAULT_PHP_VERSION,
31
] as const;
32
0 commit comments