Skip to content

Commit

Permalink
Bump PHP version in p.sh configuration (#75)
Browse files Browse the repository at this point in the history
(cherry picked from commit 35531e8)
  • Loading branch information
adamwojs committed Jun 27, 2024
1 parent 2d24535 commit 13005d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-commerce/4.6/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
composer/composer: '^2.0'

# The type of the application to build.
type: php:8.1
type: php:8.3

build:
# "none" means we're running composer manually, see build hook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
composer/composer: '^2.0'

# The type of the application to build.
type: php:8.1
type: php:8.3

build:
# "none" means we're running composer manually, see build hook
Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-headless/4.6/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
composer/composer: '^2.0'

# The type of the application to build.
type: php:8.1
type: php:8.3

build:
# "none" means we're running composer manually, see build hook
Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-oss/4.6/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
composer/composer: '^2.0'

# The type of the application to build.
type: php:8.1
type: php:8.3

build:
# "none" means we're running composer manually, see build hook
Expand Down

0 comments on commit 13005d4

Please sign in to comment.