Skip to content

Commit

Permalink
update runtime base tag for PHP|8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and kumaraksh1 committed Mar 9, 2024
1 parent 4f43211 commit 8421b4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/__phpVersions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was auto-generated from 'constants.yaml'. Changes may be overridden.

PHP_RUNTIME_BASE_TAG='20240116.2'
PHP_FPM_RUNTIME_BASE_TAG='20240116.2'
PHP_RUNTIME_BASE_TAG='20240222.2'
PHP_FPM_RUNTIME_BASE_TAG='20240222.2'
COMPOSER_DEFAULT_VERSION='2.0.8'
COMPOSER_SETUP_SHA384='e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02'
COMPOSER1_9_VERSION='1.9.3'
Expand Down
4 changes: 2 additions & 2 deletions build/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
file-name-prefix: __
- name: php-versions
constants:
php-runtime-base-tag: 20240116.2
php-fpm-runtime-base-tag: 20240116.2
php-runtime-base-tag: 20240222.2
php-fpm-runtime-base-tag: 20240222.2
composer-default-version: 2.0.8
composer-setup-sha384: e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02
composer1-9-version: 1.9.3
Expand Down
2 changes: 1 addition & 1 deletion doc/supportedPlatformVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@

- 8.1.22
- 8.2.9
- 8.2.16

### bullseye

Expand Down Expand Up @@ -1171,7 +1172,6 @@
- 8.2.8
- 8.2.9
- 8.2.14
- 8.2.16

### stretch

Expand Down
4 changes: 2 additions & 2 deletions src/BuildScriptGenerator/PhpVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Common
{
public static class PhpVersions
{
public const string PhpRuntimeBaseTag = "20240116.2";
public const string PhpFpmRuntimeBaseTag = "20240116.2";
public const string PhpRuntimeBaseTag = "20240222.2";
public const string PhpFpmRuntimeBaseTag = "20240222.2";
public const string ComposerDefaultVersion = "2.0.8";
public const string ComposerSetupSha384 = "e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02";
public const string Composer19Version = "1.9.3";
Expand Down

0 comments on commit 8421b4d

Please sign in to comment.